module.exports = { build: { optimization: { splitChunks: { minSize: 10000, maxSize: 250000 } } } } 复制代码
许多包都被拆分,整体积从521kb 缩小至 497kbbash