Skip to content

Brief paragraph describing what the style-loader does? #70

@michaeljones

Description

@michaeljones

Steps to reproduce:

  1. Forget everything you know about webpack
  2. See style loader be used in a webpack config file
  3. Desire to know what it does
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions