pouchdb/pouchdb-server

pouchdb-fauxton blocks use of pkg

Julusian opened this issue · 2 comments

I have a project using express-pouchdb that is being packaged up as a single exe using https://github.com/zeit/pkg

However since including express-pouchdb, it is failing due to the way that pouchdb-fauxton is including its assets.
As I am not using pouchdb-fauxton I can make it build by manually removing any references to that module, but that is not a great longterm solution.

The simplest way to solve this would be to remove the dependency on pouchdb-fauxton and require the users who want it to explicitly add it.

Is there any updates on this one from the pouchdb devs?

@Julusian Can't you simply add pouchdb-fauxton assets in your pkg config?