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
The esbuild dependency needs to be externalized as bundling it can cause errors in consumers. I'm currently getting the following error when trying to use in the vscode extension.
Error: The esbuild JavaScript API cannot be bundled. Please mark the "esbuild" package as external so it's not included in the bundle.
The text was updated successfully, but these errors were encountered:
The
esbuild
dependency needs to be externalized as bundling it can cause errors in consumers. I'm currently getting the following error when trying to use in the vscode extension.The text was updated successfully, but these errors were encountered: