mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 06:25:12 +00:00
Optimize production build
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user