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
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.