build: fix outdated payload size (#37551)
Updates the payload size for one of the bundles that is currently causing one of the CI tasks to fail on master. PR Close #37551
This commit is contained in:
parent
fe0782afa9
commit
aba33de5f5
|
@ -31,7 +31,7 @@
|
||||||
"uncompressed": {
|
"uncompressed": {
|
||||||
"runtime-es2015": 1485,
|
"runtime-es2015": 1485,
|
||||||
"main-es2015": 136302,
|
"main-es2015": 136302,
|
||||||
"polyfills-es2015": 37640
|
"polyfills-es2015": 37248
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue