config: increase max bundle size to 1024 KiB (#6231)

This commit is contained in:
Tim Lai
2020-07-16 19:19:21 -07:00
committed by GitHub
parent 8b54d5a63e
commit 251ea10d94

View File

@@ -133,8 +133,8 @@ export default function buildConfig(
performance: {
hints: "error",
maxEntrypointSize: 1024000,
maxAssetSize: 1024000,
maxEntrypointSize: 1048576, // 1024 KiB,
maxAssetSize: 1048576,
},
optimization: {