From 7241c863b2eead26e082cd0b7ee15bac3f9336fc Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Wed, 12 Feb 2020 12:14:15 +0100 Subject: [PATCH] fix(build): disable ivy during lib compilation for v8 compatibility --- projects/ngx-translate/core/tsconfig.lib.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/ngx-translate/core/tsconfig.lib.json b/projects/ngx-translate/core/tsconfig.lib.json index 113e921d..6fa5967d 100644 --- a/projects/ngx-translate/core/tsconfig.lib.json +++ b/projects/ngx-translate/core/tsconfig.lib.json @@ -24,7 +24,8 @@ "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "flatModuleId": "AUTOGENERATED", - "flatModuleOutFile": "AUTOGENERATED" + "flatModuleOutFile": "AUTOGENERATED", + "enableIvy": false }, "exclude": [ "./tests",