Skip to content

Commit

Permalink
Docs: Fix webpack CSS loader example (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib authored and sapegin committed Jan 14, 2019
1 parent d52a42e commit 4818ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Webpack.md
Expand Up @@ -69,7 +69,7 @@ module.exports = {
// Other loaders that are needed for your components
{
test: /\.css$/,
loader: 'style-loader!css-loader?modules'
use: ['style-loader', 'css-loader']
}
]
}
Expand Down

0 comments on commit 4818ffe

Please sign in to comment.