no "livereload" for changes of *.tns.* of sharing project #601
Description
From @hafstad on June 12, 2018 21:0
I've just tried following the installation / usage guide in the readme so I'm using the recommended version of angular cli.
After install I did the following command:
ng new --collection=@nativescript/schematics --name=my-shared-app --shared
And after that I did following inside the newly created project:
tns run ios --bundle --emulator
The app starts in the iOS simulator as expected, but I noticed that changes made in the files with the *.tns.ts are not refreshing the app.
The console writes:
File change detected. Starting incremental webpack compilation...
Webpack compilation complete. Watching for file changes.
Webpack build done!
main.ns.ts
However if I change in other files such *.html the changes are triggering the app to refresh.
Is this intended behaviour, or am I doing something wrong?
Copied from original issue: NativeScript/nativescript-schematics#19