parcel-plugin-esbuild

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i parcel-plugin-esbuild

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

14 kB

Total Files

10

Last publish

Collaborators

  • bung87