mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-15 11:37:57 +01:00
Simplify generation
This commit is contained in:
parent
bf263cc79e
commit
77dd1f0480
@ -42,15 +42,10 @@ module.exports = {
|
||||
splitChunks: {
|
||||
cacheGroups: {
|
||||
vendors: {
|
||||
test: /node_modules\/(?!@material-ui\/).*/,
|
||||
test: /node_modules\/.*/,
|
||||
name: "vendors",
|
||||
chunks: "all",
|
||||
},
|
||||
material: {
|
||||
test: /node_modules\/(@material-ui\/).*/,
|
||||
name: "material-ui",
|
||||
chunks: "all",
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user