Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 087a3bf

Browse files
author
Vladimir Budilov
committed
Fixed app.module.ngfactory resolution issue by not building for aot
1 parent a17764c commit 087a3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "ng test",
1111
"pree2e": "webdriver-manager update",
1212
"e2e": "protractor",
13-
"build": "ng build --prod"
13+
"build": "ng build --prod --aot=false"
1414
},
1515
"private": true,
1616
"dependencies": {

0 commit comments

Comments
 (0)