Closed xenogenesi closed 7 years ago
Hi,
Can you create a small project that reproduces the bug so that I can try to understand what's the problem ?
Hi, thanks for replying and for the plugin, there
I just created a PR on your project that fixes the issue.
The trick is to set the option sourceMap
to true (instead of sourcemaps
).
Can you tell me if it works for you ?
Dammit, yes it works, sorry about, thank you very much
No problem, glad it works for you.
I'm using this plugin with gulp-better-rollup, rollup-plugin-vue and rollup-plugin-buble, when I enable it the result is one single concatenated
.js
as output with comments removed, and a.map
file associated to this altered.js
file.When disabled I get (as expected) one
.js
and one.map
but correctly mapping to a directory tree with the source files untouched, as shown in the chorme developer tools Sources tab (see images link below).right wrong
Any idea why or how to solve?