Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.11 KB

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