We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eff8c3 commit b8b10cdCopy full SHA for b8b10cd
1 file changed
README.md
@@ -209,9 +209,9 @@ Setup:
209
```js
210
{
211
test: /\.css$/,
212
- loader: ExtractTextPlugin.extract({
+ use: ExtractTextPlugin.extract({
213
fallback: 'style-loader',
214
- use: 'css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]!resolve-url!postcss',
+ use: 'css-loader?modules,localIdentName="[name]-[local]-[hash:base64:6]"'
215
}),
216
}
217
```
0 commit comments