Closed
Description
Environment
- CLI:
5.4.0-2019-05-08-13228
- Cross-platform modules:
next
- iOS Runtime:
next
- nativescript-dev-webpack:
next
Describe the bug
When using debug with the option --debug-brk
and try to change app.css
file - changes are not applied on the device
To Reproduce
tns create SomeApp --js
- Update
nativescript-dev-webpack
to use its next version tns debug ios --debug-brk
- Resume script execution
- Make some change in
app.css
Expected behavior
Changes to apply in all files
Sample project
Additional context
changes in .xml
and .js
files are applied. All files changes apply when use tns debug ios
without additional options