mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
chore: esbuild target es2018 -> esnext
This commit is contained in:
parent
9bbe286a57
commit
21e7c2c5f1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const context = await esbuild.context({
|
|||
...builtins,
|
||||
],
|
||||
format: "cjs",
|
||||
target: "es2018",
|
||||
target: "esnext",
|
||||
logLevel: "info",
|
||||
sourcemap: prod ? false : "inline",
|
||||
treeShaking: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue