diff --git a/README.md b/README.md index 1a154c4..7340c6d 100644 --- a/README.md +++ b/README.md @@ -210,8 +210,8 @@ Setup: { test: /\.css$/, loader: ExtractTextPlugin.extract({ - notExtractLoader: 'style-loader', - loader: 'css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]!resolve-url!postcss', + fallback: 'style-loader', + use: 'css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]!resolve-url!postcss', }), } ```