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 is already 0.24.2 for latest version now, but this project force using 0.21. Though users can override them manually, it could be annoying for tool builder providing a package that has multiple esbuild versions.
Expected behavior
The esbuild should be announced as peer and allow multiple versions:
"esbuild": ">=0.21 && <= 0.25"
Once a new major of esbuild is released and we are sure esbuild-loader is working well, a bigger range should be release as patch. (As only supporting new versions is not considered as a breaking change)
Minimal reproduction URL
definitely not needed for this.
Version
.
Node.js version
.
Package manager
npm
Operating system
macOS
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:
Problem
This is similar to #373
Esbuild is already 0.24.2 for latest version now, but this project force using 0.21. Though users can override them manually, it could be annoying for tool builder providing a package that has multiple esbuild versions.
Expected behavior
The esbuild should be announced as peer and allow multiple versions:
Once a new major of esbuild is released and we are sure esbuild-loader is working well, a bigger range should be release as patch. (As only supporting new versions is not considered as a breaking change)
Minimal reproduction URL
definitely not needed for this.
Version
.
Node.js version
.
Package manager
npm
Operating system
macOS
Contributions
The text was updated successfully, but these errors were encountered: