You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add package.json files from nativescript plugins to watch patterns
Currently CLI respects the changes only in the followings package.json files:
* package.json from app folder
* package.json from root folder of the application
The changes from package.json files form NS plugins are not respected as they are not added to the watch's patterns.
0 commit comments