- Reverted PouchDB direct importing.

(I completely forgot why I webpacked.)
- Submodule re-init
This commit is contained in:
vorotamoroz
2022-04-30 01:11:17 +09:00
parent 9acf9fe093
commit 6f76f90075
13 changed files with 78 additions and 688 deletions

View File

@@ -0,0 +1,4 @@
// This module just webpacks pouchdb-browser
import * as PouchDB_src from "pouchdb-browser";
const PouchDB = PouchDB_src.default;
export { PouchDB };