v3.0.1
A relatively small maintenance release.
Fixes
- If the error from UglifyJS contains column information, append this to the error message (alongside the line number).
- Buffers are now allocated with
Buffer.from
, ensuring Buffers never have any private information. - The Streams callback is only called once, even if a downstream exits in error.