Closed
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.0-rc
- Cross-platform modules: 6.2.0-rc
- Android Runtime:
- iOS Runtime:
- Plugin(s):
Describe the bug
The application is restarted when changing platform specific scss file from other platform. It shouldn't transfer any files in such a situation.
To Reproduce
tns create ts_proj
- choose ts tabs projectnpm 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
Expected behavior
The application shouldn't be restarted.