parcel-plugin-esbuild

>


Keywords
parcel, plugin, esbuild, parcel-bundler
License
MIT
Install
npm install parcel-plugin-esbuild@1.0.2

Documentation

parcel-plugin-esbuild NPM version Build Status Dependency Status

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.

Installation

$ npm install --save-dev parcel-plugin-esbuild esbuild
$ yarn add parcel-plugin-esbuild esbuild -D

Validation

transformer
append --no-minify --no-cache --detailed-report to parcel build <yourfiles>

License

MIT © bung87