This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork40
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
Description
When you change only thewebpack.config.js e.g. adding a new item to theappComponents collection:
constappComponents=["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.