Skip to content

Commit

Permalink
docs: detail about the configuration in production webpack v2x modifi…
Browse files Browse the repository at this point in the history
…ed (#232)
  • Loading branch information
abrahamBerzunza authored and gajus committed Apr 22, 2017
1 parent 1eff8c3 commit b8b10cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ Setup:
```js
{
test: /\.css$/,
loader: ExtractTextPlugin.extract({
use: ExtractTextPlugin.extract({
fallback: 'style-loader',
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]"'
}),
}
```
Expand Down

0 comments on commit b8b10cd

Please sign in to comment.