mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-19 12:41:29 +00:00
- Reverted PouchDB direct importing.
(I completely forgot why I webpacked.) - Submodule re-init
This commit is contained in:
4
pouchdb-browser-webpack/src/index.js
Normal file
4
pouchdb-browser-webpack/src/index.js
Normal 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 };
|
||||
Reference in New Issue
Block a user