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
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Currently, the plugins field only accepts npm packages, workspace packages, or external files via relative paths. However, I’d like to request support for passing JavaScript code directly, as shown below:
For reference, this is possible in esbuild.config.ts, allowing small plugins to be written directly within the configuration file, which is very convenient.
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Currently, the
plugins
field only accepts npm packages, workspace packages, or external files via relative paths. However, I’d like to request support for passing JavaScript code directly, as shown below:Current:
Desired:
For reference, this is possible in
esbuild.config.ts
, allowing small plugins to be written directly within the configuration file, which is very convenient.Describe alternatives you've considered
No response
Any additional important details?
No response
The text was updated successfully, but these errors were encountered: