babel-throw-error-uglifier
v1.0.1
Published
Uglifies throw new Error("error desctription") to throw new Error 0
Downloads
20
Readme
Babel Plugin for replacing thow Errors to throw 0, for better minification
Install
From NPM for programmatic use:
npm install babel-throw-error-uglifierUsage
As babel plugin
.babelrc
plugins: ['babel-throw-error-uglifier']
