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:
parent
049c89645b
commit
0c47ea704e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue