first replication error fixed and minor some fixed

This commit is contained in:
vrtmrz
2021-10-15 12:30:06 +09:00
parent 96daf46226
commit e4f62cefb9
7 changed files with 1402 additions and 1211 deletions
-5
View File
@@ -20,7 +20,6 @@ export default {
exports: "default",
banner,
},
// treeshake: "safest",
external: ["obsidian"],
plugins: [
typescript({ exclude: ["pouchdb-browser.js", "pouchdb-browser-webpack"] }),
@@ -28,9 +27,5 @@ export default {
browser: true,
}),
commonjs(),
// nodePolyfills(
// // // {crypto:true}
// { include: "pouchdb-browser" }
// ),
],
};