splitting up chunks into logical units

This commit is contained in:
WolverinDEV 2020-08-05 18:29:33 +02:00
parent 2a2cfee8b0
commit be6d0104b6

View file

@ -208,7 +208,7 @@ export const config = async (target: "web" | "client"): Promise<Configuration> =
},
optimization: {
splitChunks: {
chunks: "all"
},
minimize: !isDevelopment,
minimizer: [new TerserPlugin()]