build(aio): upgrade `@angular/cli` to 1.3.0
``` $ ls -l dist/*.js 14942 (+ 4) dist/0.b19e913fbdd6507d346b.chunk.js 1535 dist/inline.e07e02e29b7fc93816c6.bundle.js 539996 (-56433) dist/main.f466098a873c1169a6dc.bundle.js 34314 (- 33) dist/polyfills.9b05df3b6c9270ebf575.bundle.js 54001 dist/worker-basic.min.js 644788 (-56462) total ```
This commit is contained in:
parent
856278cfea
commit
14d8186bf6
|
@ -9,7 +9,7 @@
|
|||
"ng": "yarn check-env && ng",
|
||||
"start": "yarn check-env && ng serve",
|
||||
"prebuild": "yarn check-env && yarn setup",
|
||||
"build": "ng build --target=production --environment=stable -sm -bo",
|
||||
"build": "ng build --target=production --environment=stable -sm --build-optimizer",
|
||||
"postbuild": "yarn sw-manifest && yarn sw-copy",
|
||||
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint",
|
||||
"test": "yarn check-env && ng test",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"zone.js": "^0.8.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.3.0-rc.3",
|
||||
"@angular/cli": "^1.3.0",
|
||||
"@angular/compiler-cli": "^4.3.1",
|
||||
"@types/jasmine": "^2.5.52",
|
||||
"@types/node": "~6.0.60",
|
||||
|
|
624
aio/yarn.lock
624
aio/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue