privatenumber / esbuild-loader

💠 Speed up your Webpack with esbuild ⚡️
MIT License
3.56k stars 108 forks source link

Why not upgrade esbuild? #373

Closed harrisyangbo closed 3 months ago

harrisyangbo commented 3 months ago

Feature request

"esbuild v0.21 now supports decorators in JavaScript, should we consider upgrading?"

Motivations

My current project uses vue-cli2 with webpack4 as the build tool. The current build speed is too slow, so I want to optimize it using esbuild-loader. However, esbuild-loader does not support decorators which are used in many parts of my project. The latest version of esbuild, however, does support decorators.

Alternatives

no other idea

Additional context

No response

Contributions

privatenumber commented 3 months ago

Feel free to open a PR

silverwind commented 3 months ago

https://github.com/privatenumber/esbuild-loader/pull/374

privatenumber commented 3 months ago

:tada: This issue has been resolved in version 4.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: