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
I recently created this plugin to eagerly evaluate a module. It requires access to esbuild's underlying build function, and instead of making plugin consumers pass it in, I'd love esbuild to provide it in the setup callback.
I recently created this plugin to eagerly evaluate a module. It requires access to esbuild's underlying
build
function, and instead of making plugin consumers pass it in, I'd love esbuild to provide it in thesetup
callback.ie, instead of requiring users to do this:
I could have them do this:
The text was updated successfully, but these errors were encountered: