Browserify and Reactify source maps include full local path names
问题 I use watchify/ browserify to create a bundle with debug source maps with this command- watchify main.js -o bundle.js -v -d When I use Chrome DevTools to debug the resulting app, the source files are accessible in their orginal nested folder locations, visible in DevTools' Sources panel. However when I run it through reactify with this command- watchify main.js -t reactify -o bundle.js -v -d Chrome DevTools shows all the source files in the same folder as bundle.js and the file name includes