@babel/plugin-proposal-class-properties(latest: 7.18.6) This plugin transforms static class properties as well as properties declared with the property initializer syntax
@babel/plugin-syntax-numeric-separator(latest: 7.10.4) Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
@babel/plugin-proposal-partial-application(latest: 7.24.7) Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression
@babel/plugin-proposal-import-wasm-source(latest: 7.24.7) Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module.
babel-plugin-minify-flip-comparisons(latest: 0.4.3) **Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.
babel-plugin-minify-replace(latest: 0.5.0) 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"`.
babel-plugin-minify-simplify(latest: 0.5.1) > Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.
babel-plugin-minify-type-constructors(latest: 0.4.3) **Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
@babel/template(latest: 7.25.9) Generate an AST from a string template.
@babel/traverse(latest: 7.25.9) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
@babel/plugin-transform-class-properties(latest: 7.25.9) This plugin transforms static class properties as well as properties declared with the property initializer syntax
@babel/plugin-transform-typeof-symbol(latest: 7.25.9) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
@babel/plugin-transform-runtime(latest: 7.25.9) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals