不用另外引入 SplitChunksPlugin 插件,以下是其默认配置: module.exports = { optimization: { splitChunks: { chunks: "async",// all async initial minSize: ...
確定! 回上一頁