Process your Ember files with esbuild
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
yarn remove ember-cli-babel
ember install ember-cli-esbuild
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!
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.
See the Contributing guide for details.
This project is licensed under the MIT License.