Commit 3b44de3c authored by gxkai's avatar gxkai

fix: webpack

parent 81bb3249
......@@ -34,16 +34,7 @@ module.exports = config => {
cache: true,
parallel: true
})
],
splitChunks: {
cacheGroups: {
commons: {
test: /[\\/]node_modules[\\/]/,
name: 'vendors',
chunks: 'all'
}
}
}
]
}
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment