Compile ES2015 default and rest parameters to ES5
This plugin transforms ES2015 modules to AMD
Transform optional chaining operators into a series of nil checks
This plugin transforms ES2015 modules to SystemJS
Write html files to hard disk even when using the webpack dev server or middleware
a CLI dashboard for webpack dev server
Rollup/Vite/Rolldown plugin to generate a stats JSON file with a bundle-stats webpack-compatible structure
Compile ES2015 Unicode regex to ES5
Allow parsing of BigInt literals
Allow parsing of the nullish-coalescing operator
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile ES2015 object super to ES5
Allow parsing of async generator functions
Ensure that no reserved words are used.
Compile ES2015 sticky regex to an ES5 RegExp constructor
Allow parsing of the logical assignment operators
A webpack plugin to allow preloading or prefetching of fonts.
Allow parsing of class static blocks
This plugin transforms checks for a private property in an object
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Compile exponentiation operator to ES5
Compile regular expressions using named groups to ES5.