commit 010ef121c14e65165d6d676677e2f79af15d3f6b parent 94da4711a18222a14a44a74392cb2591920c8f45 Author: Sergej Orlov <wladimirych@gmail.com> Date: Fri, 6 Dec 2019 23:37:47 +0100 config: split runtime chunk Diffstat:
M | webpack/webpack.config.js | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/webpack/webpack.config.js b/webpack/webpack.config.js @@ -188,7 +188,8 @@ module.exports = { splitChunks: { chunks: 'all', name: true - } + }, + runtimeChunk: 'single', }, resolve: {