blob: f04badacf36679c82ab63b77a5fcc8e31490c78d [file] [log] [blame]
// Pull from src because pouchdb-node/pouchdb-browser themselves
// are aggressively optimized and jsnext:main would normally give us this
// aggressive bundle.
import PouchDB from 'pouchdb-browser/src/index';
export default PouchDB;