Babel preset for all React plugins.
Allow parsing of top-level await in modules
Allow parsing of the logical assignment operators
Compile ES2015 spread to ES5
Compile ES2015 Unicode regex to ES5
Transform optional chaining operators into a series of nil checks
Remove nullish coalescing operator
Apply ES2015 function.name semantics to all functions
Compile ES2015 unicode string and number literals to ES5
Compile regular expressions using named groups to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Allow parsing of '#foo in obj' brand checks
Compile ES2015 arrow functions to ES5
Compile ESNext Regular Expressions to ES5
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Babel plugin to transform a LWC module
Allows you to build compile-time libraries
This plugin transforms ES2015 modules to UMD
Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in property accesses
Ensure that reserved words are quoted in object property keys
A Babel plugin to inject imports to core-js@2 polyfills
Allow parsing of BigInt literals
Compile ES2015 for...of to ES5