build(aio): use aot compiler for development

since it was not turned on by default in the cli we
have to opt in.
This commit is contained in:
Igor Minar 2017-11-04 11:38:00 +01:00 committed by Victor Berchet
parent 049c89645b
commit 0c47ea704e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"aio-use-npm": "node tools/ng-packages-installer restore .",
"aio-check-local": "node tools/ng-packages-installer check .",
"ng": "yarn check-env && ng",
"start": "yarn check-env && ng serve",
"start": "yarn check-env && ng serve --aot",
"prebuild": "yarn setup",
"build": "yarn ~~build",
"prebuild-local": "yarn setup-local",