Skip to content

Commit

Permalink
build: minify main.js on release, fix #725
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Aug 28, 2024
1 parent 479d658 commit ee81bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const options = Object.freeze({
},
entryPoints: ["src/main.ts", "src/styles.css"],
bundle: true,
minify: prod,
external: [
"obsidian",
"electron",
Expand Down

0 comments on commit ee81bb0

Please sign in to comment.