mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
remove not needed code
This commit is contained in:
parent
4d298ccda0
commit
f3a541c037
1 changed files with 0 additions and 8 deletions
|
|
@ -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",
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue