ci: fix a typo in payload size limit config (#37151)
This commit fixes a small typo in the payload size limit config introduced in 639fab2c14
.
PR Close #37151
This commit is contained in:
parent
ee1ef8512f
commit
6db8e7eb8f
@ -4,7 +4,7 @@
|
|||||||
"uncompressed": {
|
"uncompressed": {
|
||||||
"runtime-es2015": 1485,
|
"runtime-es2015": 1485,
|
||||||
"main-es2015": 142794,
|
"main-es2015": 142794,
|
||||||
s "polyfills-es2015": 36657
|
"polyfills-es2015": 36657
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user