详解用webpack的CommonsChunkPlugin提取公共代码的3种方式 Webpack的CommonsChunkPlugin插件,负责将多次被使用的JS模块打包在一起。CommonsChunkPlugin能解决的 webpack提取公共代码