Skip to content

Commit 46d2cf8

Browse files
committed
fix: update the version of nativescript-dev-webpack plugin on migrate command
1 parent e92cb13 commit 46d2cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controllers/migrate-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
4646
{ packageName: "nativescript-dev-sass", isDev: true, replaceWith: "node-sass" },
4747
{ packageName: "nativescript-dev-typescript", isDev: true, replaceWith: "typescript" },
4848
{ packageName: "nativescript-dev-less", isDev: true, replaceWith: "less" },
49-
{ packageName: constants.WEBPACK_PLUGIN_NAME, isDev: true, shouldAddIfMissing: true, verifiedVersion: "1.0.0-rc-2019-06-28-134050-01" },
49+
{ packageName: constants.WEBPACK_PLUGIN_NAME, isDev: true, shouldAddIfMissing: true, verifiedVersion: "1.0.0-rc-2019-07-02-161545-02" },
5050
{ packageName: "nativescript-camera", verifiedVersion: "4.5.0" },
5151
{ packageName: "nativescript-geolocation", verifiedVersion: "5.1.0" },
5252
{ packageName: "nativescript-imagepicker", verifiedVersion: "6.2.0" },

0 commit comments

Comments
 (0)