Closed Tim-Veestraeten closed 5 years ago
Thanks for reporting the issue.
This is fixed in release 3.3.0
.
You will have to set es6-css-minify.genJSmap
to null
to give contorl of the sourceMap object to Terser. That's the only thing you should have to do.
The update will be available in an hour or so.
Hello,
I can't generate a source file with the original source included. This is option sourceMap: includeSources in terser. This is my configuration:
It does generate the map files, but those don't include the original source I get when run from the command line with
--source-map=\"includeSources,filename='${fileBasenameNoExtension}.min.js.map'\"
Thanks, Tim