diff --git a/esbuild.config.mjs b/esbuild.config.mjs index 5d1c1c0..5ba9479 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -40,14 +40,6 @@ const context = await esbuild.context({ logLevel: "info", sourcemap: prod ? false : "inline", treeShaking: true, - plugins: [ - copy({ - assets: { - from: ['node_modules/@marp-team/marp-cli/lib/*'], - to: ['./lib/'], - } - }) - ], //outfile: "vault/.obsidian/plugins/marp-slides/main.js", //for local dev!!! outfile: "main.js", });