gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.
466 stars 34 forks source link

Add note about not supporting source maps #8

Closed elektronik2k5 closed 7 years ago

elektronik2k5 commented 7 years ago

Related to https://github.com/gdborton/webpack-parallel-uglify-plugin/issues/7 I spent a couple of hours troubleshooting till I discovered the plugin doesn't support source maps, and would like to save that from others!

elektronik2k5 commented 7 years ago

This package seems to process source maps too: https://www.npmjs.com/package/webpack-uglify-parallel

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 78.505% when pulling 30d5992ecd8a5d3ec3a98fbf98dbaea9a8b32b37 on elektronik2k5:patch-1 into 091dd8caec371123b0c4ae3a46feabac428843f0 on gdborton:master.

gdborton commented 7 years ago

Thanks for the change! I'll look into source map support soon.