Fix CSS filename for Webpack 4 config

This commit is contained in:
Christian Finnberg 2019-10-13 22:10:20 +03:00 committed by Jeremy Thomas
parent f99771e6fe
commit 0d7d144800

View File

@ -116,7 +116,7 @@ module.exports = {
},
plugins: [
new MiniCssExtractPlugin({
filename: 'css/[name].bundle.css'
filename: 'css/mystyles.css'
}),
]
};