Commit 6a7889ea authored by Mike Greiling's avatar Mike Greiling

Fix css-loader options

parent 002aba98
...@@ -209,7 +209,9 @@ module.exports = { ...@@ -209,7 +209,9 @@ module.exports = {
{ {
loader: 'css-loader', loader: 'css-loader',
options: { options: {
name: '[name].[hash:8].[ext]', modules: {
localIdentName: '[name]__[local].[hash:8].[ext]',
},
}, },
}, },
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment