Skip to content

Commit

Permalink
build: increase payload size limit (#33602)
Browse files Browse the repository at this point in the history
PR Close #33602
  • Loading branch information
atscott committed Nov 5, 2019
1 parent 1bd8fdb commit 974005b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/_payload-limits.json
Expand Up @@ -3,7 +3,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 1485,
"main-es2015": 141461,
"main-es2015": 143181,
"polyfills-es2015": 36808
}
}
Expand All @@ -21,7 +21,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 1485,
"main-es2015": 147474,
"main-es2015": 149315,
"polyfills-es2015": 36808
}
}
Expand Down Expand Up @@ -49,7 +49,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 2289,
"main-es2015": 225584,
"main-es2015": 227998,
"polyfills-es2015": 36808,
"5-es2015": 779
}
Expand Down

0 comments on commit 974005b

Please sign in to comment.