This plugin transforms ES2015 modules to AMD
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Explode async and generator functions into a state machine.
This plugin transforms ES2015 modules to SystemJS
Allow parsing of optional catch bindings
An [Unplugin](https://unplugin.unjs.io/) that lets you use Parcel's [macro](https://parceljs.org/features/macros/) implementation in webpack, Vite, Rollup, esbuild, Next.js, and more.
Allow parsing of top-level await in modules
Compile ES2015 Unicode regex to ES5
Transforms new.target meta property
Ensure that no reserved words are used.
Compile ES2015 computed properties to ES5
Minimizer plugin for webpack
Compile ES2015 default and rest parameters to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile Unicode property escapes in Unicode regular expressions to ES5.
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Parcel v2 plugin that interpolates ENV in HTML files
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Turn async generator functions into ES2015 generators
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of the module assertion attributes in the import statement
Allow parsing of optional properties
Enhanced TypeScript support for Parcel bundler
Parcel v2 plugin. Enables the copy of multiple static files and folders into the specified folder on build success.