1.0.0-alpha.0 • Published 3 years ago

ember-cli-esbuild v1.0.0-alpha.0

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

ember-cli-esbuild

Process your Ember files with esbuild

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

yarn remove ember-cli-babel
ember install ember-cli-esbuild

Usage

This addon serves to replace Babel with esbuild in your Ember build pipeline. esbuild is considerably faster than Babel and does most of the same things.

With this addon installed and ember-cli-babel removed, that's all there is to do!

Motivation

Babel is an excellent tool, and an underpinning of most modern web development tool-chains. However, there is considerable activity in this space as developers seek out better-performing tools that can make use of more modern browser features. With how fast esbuild is, the hope is that developers using Ember can leverage the better performance to decrease the build-time of their applications, resulting in a much more satisfying development experience.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.