concat-with-sourcemaps
concat-with-sourcemaps copied to clipboard
Missing steps in README
I was able to get this working, but had to figure out that I was supposed to remove the "//# sourceMappingURL=..." statement from the content of each of the files I was passing in (which each had sourcemaps), and then add a single "//# sourceMappingURL=..." back to the concatenated file. Some guidance in the README would have been helpful.