Sign in
apache
/
pouchdb
/
b2882c1bd006bc2aaeb6fdc83ea632c9c923b9b1
/
.
/
src
/
pouchdb-browser.js
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
;