Closed
Description
Environment
- CLI: next
- Plugin(s): nativescript-dev-webpack@next
Describe the bug
When livesyncing on both platforms changes in js, xml, css files cause the application to restart
To Reproduce
tns create my_app --js
npm i nativescript-dev-webpack@next --save-dev --save-exact
node_modules/.bin/update-ns-webpack" --deps --configs
- Start android emulator and ios simulator
tns run
- change something in main-view-model.js file
Result: the application restarts when applying the changes, sometimes on both devices, sometimes on one of them
Expected behavior
Changes in js, css, xml files should not cause app restart