再webpack.config.js 文件中
optimization: { //抽取公共的dm splitChunks: { cacheGroups: { commons: { name: "commons", chunks: "initial", minChunks: 2 } } } },