Simple works drop-in replacement for parcel's builtins.
Currently support ts
,tsx
According to esbuild document remain js assets use parcel's builtins:
Transforming ES6+ syntax to ES5 is not supported yet.
The CSS content type is new and is still a work in progress.
$ npm install --save-dev parcel-plugin-esbuild esbuild
$ yarn add parcel-plugin-esbuild esbuild -D
transformer
append --no-minify --no-cache --detailed-report
to parcel build <yourfiles>
MIT © bung87