Skip to content

Commit 49a148f

Browse files
authored
Merge pull request #4795 from NativeScript/fatme/update-webpack-version
fix: update the version of nativescript-dev-webpack plugin on migrate command
2 parents e92cb13 + 46d2cf8 commit 49a148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controllers/migrate-controller.ts

+1-1
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)