Skip to content

Simple works drop-in replacement for parcel's builtins. Save ~2/3 build time.

License

Notifications You must be signed in to change notification settings

ad2302/parcel-plugin-esbuild

 
 

Repository files navigation

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

About

Simple works drop-in replacement for parcel's builtins. Save ~2/3 build time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.0%
  • TypeScript 38.0%