Skip to content

Commit

Permalink
fix: Merge pull request #63 from samuele-cozzi:fix/release-0.30
Browse files Browse the repository at this point in the history
fix: local development
  • Loading branch information
samuele-cozzi committed Apr 28, 2023
2 parents b98eb68 + 3368d82 commit 4543176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ const context = await esbuild.context({
logLevel: "info",
sourcemap: prod ? false : "inline",
treeShaking: true,
outfile: "vault/.obsidian/plugins/obsidian-marp-slides/main.js",
//outfile: "vault/.obsidian/plugins/obsidian-marp-slides/main.js", //for local dev
outputfile: "main.js"
});

if (prod) {
Expand Down

0 comments on commit 4543176

Please sign in to comment.