Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit af5cb84

Browse files
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.
1 parent 25238ff commit af5cb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"loader-utils": "^1.2.3",
5959
"minimatch": "3.0.4",
6060
"nativescript-hook": "0.2.4",
61-
"nativescript-worker-loader": "~0.10.0",
61+
"nativescript-worker-loader": "~0.11.0",
6262
"properties-reader": "0.3.1",
6363
"proxy-lib": "0.4.0",
6464
"raw-loader": "~0.5.1",
@@ -100,4 +100,4 @@
100100
"tns-core-modules": "next",
101101
"typescript": "~3.5.3"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)