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
In Webpack, it's possible to use output.library.export to choose the export of the namespace object that will be exposed as a library. For example, if my file is
In Webpack, it's possible to use output.library.export to choose the export of the namespace object that will be exposed as a library. For example, if my file is
I can add
and my bundle will not include the named export. Is there something similar that can be done in esbuild with the
iife
format?The text was updated successfully, but these errors were encountered: