Skip to content

Commit

Permalink
build(docs-infra): update @angular/cli to 9.0.0-next.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gkalpak committed Oct 4, 2019
1 parent 1889f90 commit 418829f
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 139 deletions.
6 changes: 3 additions & 3 deletions aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-next.6",
"@angular/cli": "9.0.0-next.6",
"@angular-devkit/build-angular": "~0.900.0-next.8",
"@angular/cli": "9.0.0-next.8",
"@angular/compiler-cli": "^9.0.0-next.9",
"@angular/language-service": "^9.0.0-next.9",
"@types/jasmine": "^3.4.2",
Expand Down Expand Up @@ -176,4 +176,4 @@
"//terser-workaround": "Remove once [email protected] is released (with a fix).",
"@angular-devkit/build-angular/**/terser": "4.3.2"
}
}
}
36 changes: 18 additions & 18 deletions aio/scripts/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 502599,
"main-es2015": 458172,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 541840,
"main-es2015": 457135,
"polyfills-es5": 143165,
"polyfills-es2015": 52503
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 505956,
"main-es2015": 461542,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 545197,
"main-es2015": 460505,
"polyfills-es5": 143165,
"polyfills-es2015": 52503
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es5": 3100,
"runtime-es2015": 3106,
"main-es5": 483984,
"main-es2015": 438821,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
"runtime-es5": 3091,
"runtime-es2015": 3097,
"main-es5": 522775,
"main-es2015": 437775,
"polyfills-es5": 143165,
"polyfills-es2015": 52503
}
}
}
Expand Down
Loading

0 comments on commit 418829f

Please sign in to comment.