From af5cb843ecf792cf32a6521434c2ae88f9baca4a Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Fri, 21 Feb 2020 13:11:16 +0200 Subject: [PATCH] fix: AOT compilation of multiple workers should work In case you have multiple TypeScript workers in Angular app, trying to build the project with AOT fails. The fix is in 0.11.0 version in nativescript-worker-loader, so update it to resolve the issue. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1956f9aa..c4b42a23 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "loader-utils": "^1.2.3", "minimatch": "3.0.4", "nativescript-hook": "0.2.4", - "nativescript-worker-loader": "~0.10.0", + "nativescript-worker-loader": "~0.11.0", "properties-reader": "0.3.1", "proxy-lib": "0.4.0", "raw-loader": "~0.5.1", @@ -100,4 +100,4 @@ "tns-core-modules": "next", "typescript": "~3.5.3" } -} \ No newline at end of file +}