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

Commit 661c3c4

Browse files
Merge pull request #1128 from NativeScript/vladimirov/update-worker-loader
fix: AOT compilation of multiple workers should work
2 parents 25238ff + af5cb84 commit 661c3c4

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)