I am new to JS development and experience issues, which is to debug JS code in Visual Studio 2013. The JS part of our web app is WebPack bundled into a single app.bundle.js file, this file automatically updates every JS file changes (we use special clock scripts that use NPM) .
I am able to debug using JS code Chrome and debugger;
Dresitway shows the map file correctly under such a way "webpack: ///./Scripts/" This means that WebPack prepares mapping correctly. But I use VS by using call stack, breakpoint, etc. I want to debug directly from
Any thoughts?
Thanks in advance! Webpack bundle is a series of issues running with visual studio debugging.