Skip to content

Conversation

@parkerduckworth
Copy link
Member

The recently introduced embedded db support unfortunately broke client compatibility with the browser platform, due to the dependency on node server-side packages. This was not detected in the build pipeline, because the esbuild target was set to node rather than neutral or browser.

This PR makes the following changes:

  • Change build target to neutral
  • Remove the embedded db support, which will be re-introduced as its own npm package

Closes #40

@parkerduckworth parkerduckworth merged commit 5d80f4b into main Apr 21, 2023
@parkerduckworth parkerduckworth deleted the remove-embedded branch April 21, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to add weaviate-ts-client to new React app

3 participants