mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix CSS filename for Webpack 4 config
This commit is contained in:
parent
f99771e6fe
commit
0d7d144800
@ -116,7 +116,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({
|
||||
filename: 'css/[name].bundle.css'
|
||||
filename: 'css/mystyles.css'
|
||||
}),
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user