Bug in merged source maps
Open
- Dominant language
- JavaScript
- Stars
- 556
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Via @blackgate:
> Sure:
> ```js
> const fs = require("fs");
> const browserify = require("browserify");
> browserify("./script.js", { debug: true })
> .transform("babelify", {presets: ["env"], sourceMaps: true})
> .transform("brfs")
> .bundle()
> .pipe(fs.createWriteStream("bundle.js"));
> ```
> With the `.transform("brfs")` line, the sourcemap contains the transpiled source instead of the original.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.