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
It looks to me like in 1.6, livesync is not copying source maps over.
Unable to sync files. Error is: ENOENT: no such file or directory, stat '/Users/burkeholland/dev/burkeholland/nativescript-devdays/platforms/ios/nativescriptdevdays/app/models/Speaker.js.map'
Even though that file exists in my project, but it does not exist at the location specified in the error.
Note that this is resolved by adding inlineSourceMaps: true to the tsconfig file.
From @burkeholland on February 23, 2016 13:47
It looks to me like in 1.6,
livesync
is not copying source maps over.Even though that file exists in my project, but it does not exist at the location specified in the error.
Note that this is resolved by adding
inlineSourceMaps: true
to thetsconfig
file.Copied from original issue: NativeScript/NativeScript#1617
The text was updated successfully, but these errors were encountered: