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