mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-30 18:11:29 +00:00
rewrited file treatment
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
"pouchdb-browser": "^7.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@webpack-cli/generators": "^2.4.0",
|
||||
"webpack": "^5.58.1",
|
||||
"webpack-cli": "^4.9.0"
|
||||
}
|
||||
|
||||
@@ -9,10 +9,7 @@ const config = {
|
||||
output: {
|
||||
filename: "pouchdb-browser.js",
|
||||
path: path.resolve(__dirname, "dist"),
|
||||
// library: "PouchDB",
|
||||
// libraryTarget: "umd",
|
||||
library: {
|
||||
// name: "pouchdb_browser",
|
||||
type: "module",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user