Movatterモバイル変換


[0]ホーム

URL:


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

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

Commitaf5cb84

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 parent25238ff commitaf5cb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp