rewrited file treatment

This commit is contained in:
vorotamoroz
2021-10-14 19:27:08 +09:00
parent 44efde7762
commit 225dbc795b
5 changed files with 1140 additions and 616 deletions

View File

@@ -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"
}

View File

@@ -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",
},
},