build: update zone.js to 0.9.0 (#28219)
The API changes are due to enabling strict checks in TypeScript (via `strict: true`). The payload size changes in `polyfills.js` are due to more browser APIs being patched in recent versions (e.g. `fetch`, `customElement v1`). PR Close #28219
This commit is contained in:
committed by
Miško Hevery
parent
531fa00992
commit
17f7bdbd60
@@ -3,8 +3,8 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime": 1497,
|
||||
"main": 164671,
|
||||
"polyfills": 38449
|
||||
"main": 164945,
|
||||
"polyfills": 43626
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -13,7 +13,7 @@
|
||||
"uncompressed": {
|
||||
"runtime": 1440,
|
||||
"main": 14106,
|
||||
"polyfills": 38390
|
||||
"polyfills": 43567
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -22,7 +22,7 @@
|
||||
"uncompressed": {
|
||||
"runtime": 1440,
|
||||
"main": 212976,
|
||||
"polyfills": 38390
|
||||
"polyfills": 43567
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user