Skip to content

Commit

Permalink
build(aio): upgrade to @angular/cli@1.6.3
Browse files Browse the repository at this point in the history
This change introduces a size regression of 9kb for main.js :-(

I filed an issue for this: angular/angular-cli#9108

-rw-r--r--  1 iminar  eng   72546 Jan  5 19:27 dist.cli-1.6.3/0.86a7a08f7866e6cdc36f.chunk.js
-rw-r--r--  1 iminar  eng   14893 Jan  5 19:27 dist.cli-1.6.3/4.c719ac5645940382cdce.chunk.js
-rw-r--r--  1 iminar  eng    1558 Jan  5 19:27 dist.cli-1.6.3/inline.7722895d8c844f710bcd.bundle.js
-rw-r--r--  1 iminar  eng  466484 Jan  5 19:27 dist.cli-1.6.3/main.faff0e2da95443f759f5.bundle.js
-rw-r--r--  1 iminar  eng   40363 Jan  5 19:27 dist.cli-1.6.3/polyfills.87edf5d695f14a29bf91.bundle.js
-rw-r--r--  1 iminar  eng   54001 Jan  5 19:27 dist.cli-1.6.3/worker-basic.min.js
  • Loading branch information
IgorMinar committed Jan 6, 2018
1 parent bef29a7 commit ec82767
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 104 deletions.
2 changes: 1 addition & 1 deletion aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "^1.6.0-rc.0",
"@angular/cli": "^1.6.3",
"@angular/compiler-cli": "^5.1.0-beta.2",
"@types/jasmine": "^2.5.52",
"@types/jasminewd2": "^2.0.3",
Expand Down
6 changes: 3 additions & 3 deletions aio/scripts/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"master": {
"gzip7": {
"inline": 941,
"main": 116124,
"main": 118475,
"polyfills": 13102
},
"gzip9": {
"inline": 941,
"main": 115954,
"main": 118270,
"polyfills": 13104
},
"uncompressed": {
"inline": 1558,
"main": 456432,
"main": 466484,
"polyfills": 40684
}
}
Expand Down

0 comments on commit ec82767

Please sign in to comment.