angular1-systemjs-seed icon indicating copy to clipboard operation
angular1-systemjs-seed copied to clipboard

Source Maps get messed up on bundling

Open amcdnl opened this issue 10 years ago • 1 comments

Source maps are pointing to the wrong source on a bundle build.

amcdnl avatar Mar 10 '15 21:03 amcdnl

The bundler is replacing some of the compiled files in the /dist directory with the new bundled modules, so the sourcemaps point to the same file. Need to figure out a way to keep the compiled files, or have the sourcemaps map to the original ES6 sources in the /src directory.

marjan-georgiev avatar Mar 10 '15 22:03 marjan-georgiev