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.
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.