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

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