leftstick / unminified-webpack-plugin

Generator un-minified JavaScript files along with minimize.
MIT License
60 stars 7 forks source link

Add support for emitting sourcemap for unminified file #18

Open jrencz opened 6 years ago

jrencz commented 6 years ago

Currently if one uses the plugin then single additional file appears in the compilation destination. It would be useful to have the sourcemap apart from the unminified file so if unminified file is loaded in the browser the dev tools can consume the source map

leftstick commented 3 years ago

I will give a try to see if it is possible