mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Fix CSS filename for Webpack 4 config
This commit is contained in:
committed by
Jeremy Thomas
parent
f99771e6fe
commit
0d7d144800
@@ -116,7 +116,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: 'css/[name].bundle.css'
|
filename: 'css/mystyles.css'
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user