Frontend: Increase build size limit
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
c31470dafb
commit
96d87ac6f7
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ const config = {
|
|||
},
|
||||
performance: {
|
||||
hints: isDev ? false : "error",
|
||||
maxEntrypointSize: 2000000,
|
||||
maxAssetSize: 2000000,
|
||||
maxEntrypointSize: 3000000,
|
||||
maxAssetSize: 3000000,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
|
Loading…
Reference in a new issue