config: increase max bundle size to 1024 KiB (#6231)
This commit is contained in:
@@ -133,8 +133,8 @@ export default function buildConfig(
|
||||
|
||||
performance: {
|
||||
hints: "error",
|
||||
maxEntrypointSize: 1024000,
|
||||
maxAssetSize: 1024000,
|
||||
maxEntrypointSize: 1048576, // 1024 KiB,
|
||||
maxAssetSize: 1048576,
|
||||
},
|
||||
|
||||
optimization: {
|
||||
|
||||
Reference in New Issue
Block a user