Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b95cd21

Browse files
committed
Make npm start use --aot and --sourcemaps=false
1 parent 9e7c544 commit b95cd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"angular-cli": {},
66
"scripts": {
7-
"start": "npm run build-themes && ng serve",
7+
"start": "npm run build-themes && ng serve --aot --sourcemaps=false",
88
"lint": "tslint \"src/**/*.ts\"",
99
"test": "ng test",
1010
"pree2e": "webdriver-manager update",

0 commit comments

Comments
 (0)