You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在webpack4中,commonChunkPlugin已经被optimization.splitChunks取代,官网上是这样说的:
Since webpack v4, the CommonsChunkPlugin was removed in favor of optimization.splitChunks.
官网地址:https://webpack.js.org/plugins/split-chunks-plugin/
在webpack4中,commonChunkPlugin已经被optimization.splitChunks取代,官网上是这样说的:
Since webpack v4, the CommonsChunkPlugin was removed in favor of optimization.splitChunks.
官网地址:https://webpack.js.org/plugins/split-chunks-plugin/
最后,希望教程与时俱进,经常更新