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: handle correctly the situation when the compilation hash is the same as the previous one
Currently CLI considers the hash that is the same as the previous as invalid and this way the application is restarted on device. As that hash is already handled, we should consider it as a valid hash.
Steps to reproduce :
```
`tns create ts_proj` - choose ts tabs project
npm i tns-core-modules@rc --save --save-exact
npm i nativescript-dev-webpack@rc --save-dev --save-exact
node_modules/.bin/update-ns-webpack --deps –configs
tns run android
Change something in app.android.scss - the change is applied, no restart
Change something in app.ios.scss - application restarts
```
0 commit comments