Skip to content

Conversation

@jurerotar
Copy link
Contributor

@jurerotar jurerotar commented Jan 24, 2026

This PR should resolve #141. The issue is that because sqlite3-opfs-async-proxy.js is marked as an entrypoint in tsdown config, it's converted to esm. Since there's no esm-specific code there originally, rolldown add a export {} to the end, which breaks initializing this worker without { type: 'module' }.

@tomayac, I hate to bother you again, but we'll need another release. I'll add latest commits from sqlite as well.

@jurerotar
Copy link
Contributor Author

#143 should get merged before new release as well 😄

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.

Vite tries to create ESM OPFS async proxy worker as type=classic

1 participant