mapcat icon indicating copy to clipboard operation
mapcat copied to clipboard

Simple JavaScript utility that combines Source Map files while concatenating JavaScript source files

Results 4 mapcat issues
Sort by recently updated
recently updated
newest added

Hi! I have a bunch of SCSS file that I process and save as normal CSS-files. When I process them I add en external source map file. Later I concat...

When I tried to combine multiple sourcemap files together, the result file doesn't work in chrome or webstorm. it appears all the lines of code are unmapped. is this a...

Hello and thank you for this tool! That'd be really nice if it could take the sourcesContent from the input source maps and concatenate them into the output source map!...

Handle non-compiled sources mixed with compiled sources to generate the output JavaScript and source map. This could be done by checking the extension of individual input files or when an...