Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Eric PetersonEric PetersonComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Eric Peterson
Eric PetersonComponents
Priority
Sentry
Sentry
Sentry
Created April 28, 2017 at 2:12 PM
Updated April 28, 2017 at 2:17 PM
Using Webpack for stylesheet compilation (css, sass, less) enable us to user webpack's
url-loader
to fix relative paths (like for images; see explanation here). It also has the benefit of making importing styles in javascript work correctly out of the box.This would need to be combined with the
ExtractTextPlugin
when used by itself (i.e.,mix.sass
).Example
webpack.config.js
file: