From bc097c38fa76563e7361b2193508a8ce13d73cae Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 10 Feb 2019 01:48:32 -0500 Subject: split chunks to reduce extension size --- webpack.config.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index a572650..39cb3a5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -47,4 +47,9 @@ module.exports = (env, argv) => ({ } ]), ], + optimization: { + splitChunks: { + chunks: 'all' + } + } }); -- cgit v1.2.3