webpack-study icon indicating copy to clipboard operation
webpack-study copied to clipboard

多个页面引入公共代码,可以使用optimization.splitChunks(webpack4)代码commonChunkPlugin,配置更简单灵活

Open huangyangteng opened this issue 5 years ago • 0 comments

在webpack4中,commonChunkPlugin已经被optimization.splitChunks取代,官网上是这样说的: Since webpack v4, the CommonsChunkPlugin was removed in favor of optimization.splitChunks. 官网地址:https://webpack.js.org/plugins/split-chunks-plugin/

最后,希望教程与时俱进,经常更新

huangyangteng avatar Mar 21 '19 06:03 huangyangteng