Воспользуемся Webpack плагином SplitChunksPlugin. Собственно вот конфигурация: module.exports = { optimization: { splitChunks: { chunks: ...
確定! 回上一頁