babel-plugin-transform-minify-booleans
Turn boolean literals into !0 for true and !1 for false.
Turn boolean literals into !0 for true and !1 for false.
Merge sibling variables into one.
Turn valid member expression property literals into plain identifiers
Convert === and !== to == and != if their types are inferred to be the same.
Remove debugger statements
## Installation
Compile ES2015 default and rest parameters to ES5
Compile ES2015 destructuring to ES5
Compile ES2015 block scoping (const and let) to ES5
Apply ES2015 function.name semantics to all functions
Compile ES2015 spread to ES5
Compile ES2015 constants to ES5
Compile ES2015 arrow functions to ES5
Compile ES2015 shorthand properties to ES5
Compile ES2015 classes to ES5
Compile ES2015 for...of to ES5
Compile ES2015 template literals to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 Unicode regex to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor