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'm trying to write a html entry plugin for esbuild, and I want to know if it is running in esbuild.serve, because no physical file system is available to emit new files. Instead, I'm trying to use blob: url if possible on development(esbuild.serve).
For now, I have to declare an option serve?: boolean for this plugin.
Besides, if there is a virtual file system API for esbuild.serve, that would be greater.
The text was updated successfully, but these errors were encountered:
I'm trying to write a html entry plugin for esbuild, and I want to know if it is running in
esbuild.serve
, because no physical file system is available to emit new files. Instead, I'm trying to useblob:
url if possible on development(esbuild.serve
).For now, I have to declare an option
serve?: boolean
for this plugin.Besides, if there is a virtual file system API for
esbuild.serve
, that would be greater.The text was updated successfully, but these errors were encountered: