Skip to content

Commit 13f5a9f

Browse files
committed
fix: include nativescript-dev-webpack in the update command
1 parent fb99829 commit 13f5a9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/controllers/update-controller.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ import { UpdateControllerBase } from "./update-controller-base";
55

66
export class UpdateController extends UpdateControllerBase implements IUpdateController {
77
private getTemplateManifest: Function;
8-
static readonly updatableDependencies: string[] = [constants.TNS_CORE_MODULES_NAME, constants.TNS_CORE_MODULES_WIDGETS_NAME];
8+
static readonly updatableDependencies: string[] = [
9+
constants.TNS_CORE_MODULES_NAME,
10+
constants.TNS_CORE_MODULES_WIDGETS_NAME,
11+
constants.WEBPACK_PLUGIN_NAME];
912
static readonly folders: string[] = [
1013
constants.LIB_DIR_NAME,
1114
constants.HOOKS_DIR_NAME,

0 commit comments

Comments
 (0)