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