diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index b694ec2d..7f2cdda7 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -70,10 +70,6 @@ const webpackConfig = merge(baseWebpackConfig, { // in certain cases, and in webpack 4, chunk order in HTML doesn't // matter anyway }), - new ScriptExtHtmlWebpackPlugin({ - //`runtime` must same as runtimeChunk name. default is `runtime` - inline: /runtime\..*\.js$/ - }), // keep chunk.id stable when chunk has no name new webpack.NamedChunksPlugin(chunk => { if (chunk.name) {