-
Hi All, So far:.. Tried pulling events in via rollup-plugin-node-polyfills in vite.config.js but had no effect (I might have done it wrong though) Anyone managed to get this working? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
ok obscure... fix was as per the end comment in pouchdb/pouchdb#8130 It was solved by setting
in the rollup config along with |
Beta Was this translation helpful? Give feedback.
-
I am working with svelteKit and it has been impossible to make pouchdb work with it. I get the following errors:
After applying thew above solution, I am getting the following:
|
Beta Was this translation helpful? Give feedback.
ok obscure...
fix was as per the end comment in pouchdb/pouchdb#8130
It was solved by setting
in the rollup config along with
yarn add events
.