Fix css bundle name
This commit is contained in:
parent
d08bd43ba0
commit
fcd204321a
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue