Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 46f0ba1

Browse files
authored
build: use no async option for ngcc (#1238)
1 parent 9ddbc43 commit 46f0ba1

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
@@ -25,7 +25,7 @@
2525
"lib:test:ssr": "gulp test:ssr",
2626
"universal:build": "gulp ci:prerender",
2727
"universal:serve": "gulp universal:serve",
28-
"postinstall": "ngcc --properties es2015 browser module main --create-ivy-entry-points"
28+
"postinstall": "ngcc --properties es2015 browser module main --no-async --create-ivy-entry-points"
2929
},
3030
"version": "9.0.0-beta.29",
3131
"requiredAngularVersion": ">=9.0.0-rc.11",

0 commit comments

Comments
 (0)