-
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Description
Steps to reproduce:
- Forget everything you know about webpack
- See style loader be used in a webpack config file
- Desire to know what it does
- Google style-loader and go to github project
Expected Result
Find some brief documentation describing what the style loader does and its role in the webpack pipeline.
Actual Result
Find description of usage but no reference to what it does.
Notes
I'm new to webpack and trying to understand how best to manage my CSS/SASS code. At the moment I'm requiring it into my JS code and using the style-loader and then extracting it out with the ExtractTextPlugin. I'm looking for other approaches and so want to better understand what is currently going on and so would love to understand the exact role that the style-loader plays.
Cheers,
Michael
elektronik2k5, vladnicula, chiawendt and vkrepkiy
Metadata
Metadata
Assignees
Labels
No labels