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 am using Vite, which uses esbuild under the hood.
When I was investigating why a package's exports were not working,
I found that the code was entering the AMD branch because my browser environment includes AMD, imported by Monaco.
However, I don't think the code wrapped in __commonJS should be going into the AMD branch.
The text was updated successfully, but these errors were encountered:
I am using Vite, which uses esbuild under the hood.
When I was investigating why a package's exports were not working,
I found that the code was entering the AMD branch because my browser environment includes AMD, imported by Monaco.
However, I don't think the code wrapped in
__commonJS
should be going into the AMD branch.The text was updated successfully, but these errors were encountered: