Open
Description
Hi there, setting myself up for universal react render using css-modules and webpack. Coming across a strange issue I don't understand, due to limited experience with webpack
:
On this line in the webpack config in this repo, why will webpack fail if I modify it simply to try to list the ExtractTextPlugin
as one of multiple loaders for css?
{ test: /\.css$/, loaders: [ ExtractTextPlugin.extract('style-loader', 'css-loader?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]!postcss-loader') ] },
Gives me Error: Cannot find module "./App.css"
...
Cheers
Metadata
Metadata
Assignees
Labels
No labels