Fix css bundle name
This commit is contained in:
parent
d08bd43ba0
commit
fcd204321a
@ -59,14 +59,13 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: '[name].css'
|
filename: 'bundle.css'
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
optimization: {
|
optimization: {
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
cacheGroups: {
|
cacheGroups: {
|
||||||
styles: {
|
styles: {
|
||||||
name: 'bundle',
|
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
chunks: 'all'
|
chunks: 'all'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user