From de726bc1e70e3cfd5ace57b4459902655efc2483 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Fri, 3 Jun 2022 16:58:43 +0000 Subject: [PATCH] set enableIvy to true --- scripts/build/ngx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/ngx.ts b/scripts/build/ngx.ts index eaf9829a3..849998b1e 100644 --- a/scripts/build/ngx.ts +++ b/scripts/build/ngx.ts @@ -21,7 +21,7 @@ export function getProgram(rootNames: string[] = createSourceFiles()) { options.inlineSourceMap = true; options.importHelpers = true; options.inlineSources = true; - options.enableIvy = false; + options.enableIvy = true; delete options.baseUrl;