From be6d0104b6bd3e8f326375a2e5e4ff3f4afe21d8 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 5 Aug 2020 18:29:33 +0200 Subject: [PATCH] splitting up chunks into logical units --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index f88b1086..94ce5829 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -208,7 +208,7 @@ export const config = async (target: "web" | "client"): Promise = }, optimization: { splitChunks: { - + chunks: "all" }, minimize: !isDevelopment, minimizer: [new TerserPlugin()]