1 Star 0 Fork 75

问天/oa-system

forked from shengtaii/oa-system 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
user_499098 提交于 2020-04-28 12:07 . lodash.pick使用CDN
module.exports = {
//...
optimization: {
splitChunks: {
chunks: 'async',
minSize: 30000,
maxSize: 100000,
minChunks: 1,
maxAsyncRequests: 5,
maxInitialRequests: 3,
automaticNameDelimiter: '~',
name: true,
cacheGroups: {
vendors: {
test: /[\\/]node_modules[\\/]/,
priority: -10
},
default: {
minChunks: 2,
priority: -20,
reuseExistingChunk: true
}
}
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/nicelyy/oa-system.git
git@gitee.com:nicelyy/oa-system.git
nicelyy
oa-system
oa-system
master

搜索帮助