Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bung87/parcel-plugin-esbuild
Simple works drop-in replacement for parcel's builtins. Save ~2/3 build time.
https://github.com/bung87/parcel-plugin-esbuild
esbuild parcel-bundler plugin
Last synced: 3 months ago
JSON representation
Simple works drop-in replacement for parcel's builtins. Save ~2/3 build time.
- Host: GitHub
- URL: https://github.com/bung87/parcel-plugin-esbuild
- Owner: bung87
- License: mit
- Created: 2020-12-29T17:15:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T03:07:26.000Z (over 3 years ago)
- Last Synced: 2024-04-20T07:21:53.513Z (9 months ago)
- Topics: esbuild, parcel-bundler, plugin
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-plugin-esbuild [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
>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
```sh
$ 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 `## License
MIT © [bung87]()
[npm-image]: https://badge.fury.io/js/parcel-plugin-esbuild.svg
[npm-url]: https://npmjs.org/package/parcel-plugin-esbuild
[travis-image]: https://travis-ci.com/bung87/parcel-plugin-esbuild.svg?branch=main
[travis-url]: https://travis-ci.com/bung87/parcel-plugin-esbuild
[daviddm-image]: https://david-dm.org/bung87/parcel-plugin-esbuild.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/bung87/parcel-plugin-esbuild