nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

fix: set correct source map path for webpack #224

Closed Fatme closed 5 years ago

Fatme commented 5 years ago

Currently source map path for webpack is set to src which is not correct for js projects and in case when the user changes appDirPath property in nsconfig file.

Rel to: https://github.com/NativeScript/nativescript-vscode-extension/issues/222