Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele-cozzi committed Jun 22, 2023
1 parent 69d70e0 commit 06f435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const context = await esbuild.context({
logLevel: "info",
sourcemap: prod ? false : "inline",
treeShaking: true,
//outfile: "vault/.obsidian/plugins/obsidian-marp-slides/main.js", //for local dev!!
//outfile: "vault/.obsidian/plugins/obsidian-marp-slides/main.js", //for local dev!!!
outfile: "main.js"
});

Expand Down

0 comments on commit 06f435f

Please sign in to comment.