You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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
I plan to open a pull request for this issue
I plan to make a financial contribution to this project
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: