Skip to content

Commit

Permalink
Update targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
saberzero1 committed Oct 8, 2024
1 parent aa8b2f3 commit d265d0e
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 @@ -21,7 +21,7 @@ esbuild.build({
bundle: true,
external: ['obsidian', 'electron', ...builtins],
format: 'cjs',
target: 'es2016',
target: 'es2018',
logLevel: "info",
sourcemap: prod ? false : 'inline',
treeShaking: true,
Expand Down

0 comments on commit d265d0e

Please sign in to comment.