Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit af5cb84

Browse filesBrowse 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
Copy full SHA for af5cb84

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.