Fix CSS filename for Webpack 4 config
This commit is contained in:
parent
f99771e6fe
commit
0d7d144800
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({
|
||||
filename: 'css/[name].bundle.css'
|
||||
filename: 'css/mystyles.css'
|
||||
}),
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue