From f3a541c03797985341021ae7a2f49337b258f13a Mon Sep 17 00:00:00 2001 From: samuele-cozzi Date: Wed, 1 Nov 2023 00:20:24 +0100 Subject: [PATCH] remove not needed code --- esbuild.config.mjs | 8 -------- 1 file changed, 8 deletions(-) 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", });