I'm getting up to speed with packaging and using Browserify because I got it to work. I can debug in the browser because the browser maps point to the .JS code.
Is there a way to get the Visual Studio to work with such bundling?
I'm getting up to speed with packaging and using Browserify because I got it to work. I can debug in the browser because the browser maps point to the .JS code.
Is there a way to get the Visual Studio to work with such bundling?
If you mean that you want to debug the JavaScript or TypeScript directly in Visual Studio, I suggest you use the VS2017 which has the new feature:
A similar issue: