We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb99829 commit 13f5a9fCopy full SHA for 13f5a9f
lib/controllers/update-controller.ts
@@ -5,7 +5,10 @@ import { UpdateControllerBase } from "./update-controller-base";
5
6
export class UpdateController extends UpdateControllerBase implements IUpdateController {
7
private getTemplateManifest: Function;
8
- static readonly updatableDependencies: string[] = [constants.TNS_CORE_MODULES_NAME, constants.TNS_CORE_MODULES_WIDGETS_NAME];
+ static readonly updatableDependencies: string[] = [
9
+ constants.TNS_CORE_MODULES_NAME,
10
+ constants.TNS_CORE_MODULES_WIDGETS_NAME,
11
+ constants.WEBPACK_PLUGIN_NAME];
12
static readonly folders: string[] = [
13
constants.LIB_DIR_NAME,
14
constants.HOOKS_DIR_NAME,
0 commit comments