Skip to content

Commit cd6d237

Browse files
committed
build(docs-infra): update @angular/cli to 9.0.0-next.8
The payload size increase in the ES5 bundles is (at least partially) expected, due to fixing some down-leveling corner cases. Related CLI issue: angular/angular-cli#15673
1 parent 8f833c7 commit cd6d237

File tree

3 files changed

+230
-139
lines changed

3 files changed

+230
-139
lines changed

aio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"zone.js": "~0.10.2"
103103
},
104104
"devDependencies": {
105-
"@angular-devkit/build-angular": "~0.900.0-next.6",
106-
"@angular/cli": "9.0.0-next.6",
105+
"@angular-devkit/build-angular": "~0.900.0-next.8",
106+
"@angular/cli": "9.0.0-next.8",
107107
"@angular/compiler-cli": "^9.0.0-next.9",
108108
"@angular/language-service": "^9.0.0-next.9",
109109
"@types/jasmine": "^3.4.2",
@@ -176,4 +176,4 @@
176176
"//terser-workaround": "Remove once [email protected] is released (with a fix).",
177177
"@angular-devkit/build-angular/**/terser": "4.3.2"
178178
}
179-
}
179+
}

aio/scripts/_payload-limits.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
"aio": {
33
"master": {
44
"uncompressed": {
5-
"runtime-es5": 2990,
6-
"runtime-es2015": 2996,
7-
"main-es5": 502599,
8-
"main-es2015": 458172,
9-
"polyfills-es5": 142383,
10-
"polyfills-es2015": 52608
5+
"runtime-es5": 2981,
6+
"runtime-es2015": 2987,
7+
"main-es5": 541840,
8+
"main-es2015": 457135,
9+
"polyfills-es5": 143165,
10+
"polyfills-es2015": 52503
1111
}
1212
}
1313
},
1414
"aio-local": {
1515
"master": {
1616
"uncompressed": {
17-
"runtime-es5": 2990,
18-
"runtime-es2015": 2996,
19-
"main-es5": 505956,
20-
"main-es2015": 461542,
21-
"polyfills-es5": 142383,
22-
"polyfills-es2015": 52608
17+
"runtime-es5": 2981,
18+
"runtime-es2015": 2987,
19+
"main-es5": 545197,
20+
"main-es2015": 460505,
21+
"polyfills-es5": 143165,
22+
"polyfills-es2015": 52503
2323
}
2424
}
2525
},
2626
"aio-local-viewengine": {
2727
"master": {
2828
"uncompressed": {
29-
"runtime-es5": 3100,
30-
"runtime-es2015": 3106,
31-
"main-es5": 483984,
32-
"main-es2015": 438821,
33-
"polyfills-es5": 142383,
34-
"polyfills-es2015": 52608
29+
"runtime-es5": 3091,
30+
"runtime-es2015": 3097,
31+
"main-es5": 522775,
32+
"main-es2015": 437775,
33+
"polyfills-es5": 143165,
34+
"polyfills-es2015": 52503
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)