splitting up chunks into logical units
This commit is contained in:
parent
2a2cfee8b0
commit
be6d0104b6
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ export const config = async (target: "web" | "client"): Promise<Configuration> =
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
|
chunks: "all"
|
||||||
},
|
},
|
||||||
minimize: !isDevelopment,
|
minimize: !isDevelopment,
|
||||||
minimizer: [new TerserPlugin()]
|
minimizer: [new TerserPlugin()]
|
||||||
|
|
Loading…
Add table
Reference in a new issue