From 27342890db14914d67a355994080a6010b4715ec Mon Sep 17 00:00:00 2001 From: leejh Date: Fri, 25 Oct 2019 15:36:29 +0900 Subject: [PATCH] bugfix --- projects/ucap-webmessenger-app/tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ucap-webmessenger-app/tsconfig.app.json b/projects/ucap-webmessenger-app/tsconfig.app.json index 902c0ffb..81c989a1 100644 --- a/projects/ucap-webmessenger-app/tsconfig.app.json +++ b/projects/ucap-webmessenger-app/tsconfig.app.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.json", "angularCompilerOptions": { - "enableIvy": true, + "enableIvy": false, "allowEmptyCodegenFiles": true }, "compilerOptions": {