Compile ES2015 block scoping (const and let) to ES5
Allow parsing of optional catch bindings
Babel preset for all React plugins.
Allow parsing of top-level await in modules
Compile ES2015 spread to ES5
Compile ES2015 Unicode regex to ES5
Allow parsing of the logical assignment operators
Remove nullish coalescing operator
Transform optional chaining operators into a series of nil checks
Apply ES2015 function.name semantics to all functions
Allows you to build compile-time libraries
Compile ES2015 unicode string and number literals to ES5
Allow parsing of '#foo in obj' brand checks
Compile ES2015 template literals to ES5
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile regular expressions using named groups to ES5.
Compile ES2015 arrow functions to ES5
npm i lzy-loader babel-loader @babel/core
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile ESNext Regular Expressions to ES5
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