From 959c488f5a92b2dc024995e9d0f1b85d7cdaf087 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 29 Sep 2020 10:47:34 -0400 Subject: [PATCH] disable angular ivy compiler (#1412) --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f5867ad1e5..e1b5cca413 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,8 @@ } }, "angularCompilerOptions": { - "preserveWhitespaces": true + "preserveWhitespaces": true, + "enableIvy": false }, "exclude": [ "node_modules",