React debug in browser when using bundle.js
Tools: Chrome Developer Tools, ReactJs and Webpack Maybe it was when I switched to bundling with webpack, but initially when I started my project I was able to bundle my js into a bundle.js file but still have access to the files in the browser debugging tool. Now all I see in the browser in my js folder is bundle.js Using webpack how do I get back to being able to see all my Javascript files in the browser debugger so I can do stuff like insert breakpoints? Nick Pineda After a long time of pointlessly using a bunch of print statements I finally went back and figured out how to do this. Here