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
In case you have typescript project and you have enabled sourceMaps in your tsconfig.json, tns livesync <platform> --watch does not sync files and shows the following warning:
Unable to sync files. Error is: ENOENT: no such file or directory, stat 'D:\work\nativescript-cli\scratch\newTs\platforms\android\src\main\assets\app\main-page.js.map'
The issue has high impact as sourceMaps are true by default when using our typescript template or when adding nativescript-dev-typescript module (tns install typescript).
Steps to reproduce:
tns create myApp --template typescript
tns livesync android --watch
after livesync is finished, change any .ts file in your app dir.
The text was updated successfully, but these errors were encountered:
In case you have typescript project and you have enabled sourceMaps in your tsconfig.json,
tns livesync <platform> --watch
does not sync files and shows the following warning:The issue has high impact as sourceMaps are true by default when using our typescript template or when adding nativescript-dev-typescript module (
tns install typescript
).Steps to reproduce:
tns create myApp --template typescript
tns livesync android --watch
The text was updated successfully, but these errors were encountered: