Rich-Harris / sorcery

Resolve a chain of sourcemaps back to the original source, like magic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combining JavaScript files with source maps in mind

exebook opened this issue · comments

Can this tool be used to combine a number of JS files, each of them having a source map already, into a large single file and generate a single source map that points back to original sources?
like combine a.js b.js c.js -o bundle.js