remove not needed code

This commit is contained in:
samuele-cozzi 2023-11-01 00:20:24 +01:00
parent 4d298ccda0
commit f3a541c037

View file

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