deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

@deephaven/jsapi-nodejs - Externalize esbuild dependency #2284

Closed bmingles closed 2 weeks ago

bmingles commented 2 weeks ago

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.