pouchdb / upsert

PouchDB plugin for upsert() and putIfNotExists() functions
Apache License 2.0
149 stars 25 forks source link

pouchdb-promise is imported as a module with webpack #60

Open srolel opened 6 years ago

srolel commented 6 years ago

I'm using webpack, and when importing upsert's pouchdb-promise dependency, it imports pouchdb-promise/lib/index.es.js, which exports a module (where Promise is module.default and not module), which breaks upsert.

The solution would be not exporting different APIs from index.js and index.es.js in pouchdb-promise but I can't find the repo for it.