chore(build): increase bundle size limit to 1.1 MiB (#7018)

This commit is contained in:
Mahtis Michel
2021-03-03 23:08:47 +01:00
committed by GitHub
parent 2016c184b6
commit 0f092e56af

View File

@@ -144,8 +144,8 @@ export default function buildConfig(
performance: {
hints: "error",
maxEntrypointSize: 1072000,
maxAssetSize: 1072000,
maxEntrypointSize: 1153434,
maxAssetSize: 1153434,
},
optimization: {