nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

Changes on webpack.config.js does not trigger webpack rebuild

Open vtrifonov opened this issue 7 years ago • 0 comments

When you change only the webpack.config.js e.g. adding a new item to the appComponents collection:

    const appComponents = [
        "tns-core-modules/ui/frame",
        "tns-core-modules/ui/frame/activity",
        resolve(__dirname, "app/MyNativeScriptActivity"),
    ];

the CLI wouldn't trigger a webpack rebuild and the changes wouldn't be applied.

vtrifonov avatar Jul 26 '18 14:07 vtrifonov