From 356d8c393fe9272ce614453ff9b5fec3dd2c1cd3 Mon Sep 17 00:00:00 2001 From: Luiz Filipe Machado Barni Date: Fri, 7 Feb 2020 20:00:50 -0300 Subject: [PATCH] enable ivy false --- projects/zxing-scanner/tsconfig.lib.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/zxing-scanner/tsconfig.lib.json b/projects/zxing-scanner/tsconfig.lib.json index 3fe337fc..47eb21a5 100644 --- a/projects/zxing-scanner/tsconfig.lib.json +++ b/projects/zxing-scanner/tsconfig.lib.json @@ -23,7 +23,8 @@ "strictMetadataEmit": true, "fullTemplateTypeCheck": true, "strictInjectionParameters": true, - "enableResourceInlining": true + "enableResourceInlining": true, + "enableIvy": false }, "exclude": [ "src/test.ts",