Skip to content

Commit

Permalink
feat: bump @angular/cli to 1.3.0 and use --build-optimizer (smaller b…
Browse files Browse the repository at this point in the history
…undles)
  • Loading branch information
tomastrajan committed Aug 10, 2017
1 parent d4a7066 commit f0ec1c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file modified CHANGELOG.md
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "ng lint",
"e2e": "ng e2e",
"watch": "ng test --browsers PhantomJS --reporters spec",
"build:prod": "ng build --target production --aot --vendor-chunk --extract-css --output-hashing all --stats-json",
"build:travisci": "ng build --target production --aot --vendor-chunk --extract-css --output-hashing all --stats-json --deploy-url /angular-ngrx-material-starter/ --base-href /angular-ngrx-material-starter",
"build:prod": "ng build --target production --aot --build-optimizer --vendor-chunk --extract-css --output-hashing all --stats-json",
"build:travisci": "ng build --target production --aot --build-optimizer --vendor-chunk --extract-css --output-hashing all --stats-json --deploy-url /angular-ngrx-material-starter/ --base-href /angular-ngrx-material-starter",
"clean": "rm -rf ./dist/",
"server": "cd dist && http-server",
"prod": "npm run clean && npm run build:prod && npm run server",
Expand Down Expand Up @@ -46,7 +46,7 @@
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "1.3.0-rc.0",
"@angular/cli": "~1.3.0",
"@angular/compiler-cli": "^4.3.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
Expand Down

0 comments on commit f0ec1c0

Please sign in to comment.