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
Thanks for reporting this issue. It looks like the serve API currently ignores the outfile setting. You're right that it shouldn't ignore it, so this is a bug that should be fixed.
Is there a reason that
esbuild.serve
does not expose the outfile and instead serves the entrypoints?For example, the following configuration will serve
client.js
atlocalhost:8000
but notapp.js
:The text was updated successfully, but these errors were encountered: