hmr restarts application when syncing on both platforms #5080
Labels
bug
hmr
no-changelog
The issue is present only in `next` versions and was not included in official version.
Milestone
Environment
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
tns run
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
The text was updated successfully, but these errors were encountered: