Optimize production build

This commit is contained in:
Bálint Bokros 2017-12-18 17:46:22 +01:00
parent 93794206c2
commit 84c445f0d5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build": "ng build --prod --aot --build-optimizer",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"