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.
tns-core-modules
platform specific files are not watched #942
Closed
Description
Describe the bug
Changes in platform specific files of tns-core-modules
are not respected.
To Reproduce
tns create appTs --ts & cd appTs
tne run android
- make a change in
./node-modules/tns-core-modules/ui/action-bar.android.js
- it is not watched - make a change in
./node-modules/tns-core-modules/ui/action-bar-common.js
- it is watched