diff --git a/README.md b/README.md index 99bbc7c..aa7dc9a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To make CSS modules work with Webpack you only have to include the modules menti . . . { test: /\.css$/, - loader: 'style!css-loader?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]' + loader: 'style-loader!css-loader?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]' } . . . ```