Changed entrypointSize performance hint limit.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-19 23:55:01 +00:00
parent ad19ff5a47
commit 9be7c03c22

View File

@ -74,7 +74,7 @@ let config = {
})
],
performance: {
maxAssetSize: 1000000,
maxEntrypointSize: 1048576,
},
};