webpack-merge-and-include-globally icon indicating copy to clipboard operation
webpack-merge-and-include-globally copied to clipboard

pre-concatenation sourcemaps

Open tnsicdr opened this issue 5 years ago • 1 comments

Are there any options to source map back to the pre-concatenated files, so that instead of hitting vendor.js when debugging, it maps back to the pre-concatenated source instead.

tnsicdr avatar May 06 '20 19:05 tnsicdr

I would like to know about this too. I have been spending all day trying to get the uglifyjs sourcemaps working and had to eventually use Terser instead, only to find that this would just be sourcemaps for the minified concatenated files, NOT the original pre-concatenation files.

Hopefully this can be done within webpack-merge-and-include-globally but theres been little response to other issues here, so if anyone can suggest an alternative webpack plugin to get this done, that would be appreciated.

redfox05 avatar Jul 14 '20 18:07 redfox05