babel-plugin-transform-remove-console
boopathi
Remove all console.* calls.
SkillAI Tool
babel-plugin-transform-remove-debugger
boopathi
Remove debugger statements
SkillAI Tool
babel-plugin-transform-undefined-to-void
boopathi
Replace references to `undefined` with `void 0`
SkillAI Tool
babel-plugin-transform-minify-booleans
boopathi
Turn boolean literals into !0 for true and !1 for false.
SkillAI Tool
babel-plugin-minify-replace
boopathi
Configurable "search and replace" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `"production"`.
SkillAI Tool
babel-plugin-minify-flip-comparisons
boopathi
**Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.
SkillAI Tool
babel-plugin-transform-inline-consecutive-adds
boopathi
This plugin inlines consecutive property assignments, array pushes, etc.
SkillAI Tool
babel-plugin-transform-property-literals
boopathi
Turn valid property key literals to plain identifiers
SkillAI Tool
babel-plugin-minify-builtins
boopathi
Minify Standard built-in Objects
SkillAI Tool
babel-plugin-transform-simplify-comparison-operators
boopathi
Convert === and !== to == and != if their types are inferred to be the same.
SkillAI Tool
babel-plugin-minify-infinity
boopathi
## Example
SkillAI Tool
babel-plugin-react-svg
boopathi
Babel plugin to transform svg to react component
SkillAI Tool
babel-plugin-minify-numeric-literals
boopathi
Shortens numeric literals using scientific notation
SkillAI Tool
babel-plugin-minify-constant-folding
boopathi
Tries to evaluate expressions and inline the result.
SkillAI Tool
babel-plugin-transform-regexp-constructors
boopathi
This changes RegExp constructors into literals if the RegExp arguments are strings.
SkillAI Tool
babel-plugin-transform-remove-undefined
boopathi
This removes rvals that are equivalent to undefined wherever possible
SkillAI Tool
babel-plugin-minify-type-constructors
boopathi
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
SkillAI Tool
babel-plugin-transform-member-expression-literals
boopathi
Turn valid member expression property literals into plain identifiers
SkillAI Tool
babili-webpack-plugin
boopathi
Babili Plugin for Webpack
SkillAI Tool
babel-plugin-transform-node-env-inline
boopathi
Inline the `NODE_ENV` environment variable and evaluate it if possible
SkillAI Tool
GraphQL JIT Compiler to JS
SkillAI Tool
babel-helper-evaluate-path
boopathi
path.evaluate wrapped in a try catch
SkillAI Tool
babel-helper-mark-eval-scopes
boopathi
Mark scopes for deopt which contain a direct eval call
SkillAI Tool
babel-helper-is-void-0
boopathi
## Installation
SkillAI Tool
babel-helper-remove-or-void
boopathi
## Installation
SkillAI Tool
babel-helper-to-multiple-sequence-expressions
boopathi
## Installation
SkillAI Tool
babel-helper-flip-expressions
boopathi
## Installation
SkillAI Tool
A hooks based asynchronous task runner for react
SkillAI Tool