chore(build): increase bundle size limit to 1.1 MiB (#7018)
This commit is contained in:
@@ -144,8 +144,8 @@ export default function buildConfig(
|
||||
|
||||
performance: {
|
||||
hints: "error",
|
||||
maxEntrypointSize: 1072000,
|
||||
maxAssetSize: 1072000,
|
||||
maxEntrypointSize: 1153434,
|
||||
maxAssetSize: 1153434,
|
||||
},
|
||||
|
||||
optimization: {
|
||||
|
||||
Reference in New Issue
Block a user