Ensure that reserved words are quoted in property accesses
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Remove nullish coalescing operator
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Transforms new.target meta property
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of '#foo in obj' brand checks
Compile optional catch bindings
Allow parsing of class static blocks
Allow parsing of async generator functions
Turn JSX into React function calls
A Babel plugin to inject imports to core-js@2 polyfills
Turn async generator functions into ES2015 generators
Babel plugin to extract translatable messages from source code into Lingui catalogs
A Babel plugin to inject imports to regenerator-runtime
Transform class static blocks
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Transforms logical assignment operators into short-circuited assignments
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile export namespace to ES2015
Compile Unicode property escapes in Unicode regular expressions to ES5.
Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.