File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.webworkerdemo" ,
8
8
"tns-ios" : {
9
- "version" : " 6.0.0-rc-2019-06-28-105002-01 "
9
+ "version" : " next "
10
10
},
11
11
"tns-android" : {
12
- "version" : " 6.0.0-rc-2019-06-27-172817-03 "
12
+ "version" : " next "
13
13
}
14
14
},
15
15
"dependencies" : {
26
26
"nativescript-theme-core" : " ~1.0.2" ,
27
27
"reflect-metadata" : " ~0.1.8" ,
28
28
"rxjs" : " ^6.3.3" ,
29
- "tns-core-modules" : " rc " ,
29
+ "tns-core-modules" : " next " ,
30
30
"zone.js" : " ^0.8.4"
31
31
},
32
32
"devDependencies" : {
44
44
"mocha-multi" : " ~1.0.0" ,
45
45
"mochawesome" : " ~3.1.2" ,
46
46
"nativescript-dev-appium" : " next" ,
47
- "nativescript-dev-webpack" : " rc " ,
47
+ "nativescript-dev-webpack" : " next " ,
48
48
"nativescript-worker-loader" : " next" ,
49
49
"ts-loader" : " ^5.3.0" ,
50
- "typescript" : " 3.4.1 "
50
+ "typescript" : " 3.4.5 "
51
51
},
52
52
"scripts" : {
53
53
"test" : " node verify.js" ,
Original file line number Diff line number Diff line change @@ -277,9 +277,7 @@ module.exports = env => {
277
277
new nsWebpack . GenerateNativeScriptEntryPointsPlugin ( "bundle" ) ,
278
278
// For instructions on how to set up workers with webpack
279
279
// check out https://github.com/nativescript/worker-loader
280
- new NativeScriptWorkerPlugin ( {
281
- plugins : [ ngCompilerPlugin ]
282
- } ) ,
280
+ new NativeScriptWorkerPlugin ( ) ,
283
281
ngCompilerPlugin ,
284
282
// Does IPC communication with the {N} CLI to notify events when running in watch mode.
285
283
new nsWebpack . WatchStateLoggerPlugin ( ) ,
You can’t perform that action at this time.
0 commit comments