Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

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

Open
@vtrifonov

Description

@vtrifonov

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions