0.1.2 • Published 8 years ago
pouchify v0.1.2
pouchify
The required plugin for running couchify builds in PouchDB.
Usage
Use it like this:
const PouchDB = require('pouchdb')
const pouchify = require('pouchify')
PouchDB.plugin(pouchify)
// ... business as usualThis just polyfills the missing require() method in pouchdb-mapreduce runtime, so you can use require() again ;)