From f21ef7b0716866abc60e4844bd055ed6b6bf22c3 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Fri, 10 May 2019 19:10:10 +0000 Subject: [PATCH] Remove inline javascript --- build/webpack.prod.conf.js | 4 ---- 1 file changed, 4 deletions(-) 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) {