diff options
| author | lishid <[email protected]> | 2022-08-20 20:25:17 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2022-08-20 20:25:17 -0400 |
| commit | 866d3b8f0daacd804f02f9854886c8fe7684f37b (patch) | |
| tree | 488081b99cc7846ed210bebd6d230c927d2f720d /esbuild.config.mjs | |
| parent | 64e86498772c97c6f49fd28698405547fd44dc60 (diff) | |
| download | ai-pulse-obsidian-plugin-866d3b8f0daacd804f02f9854886c8fe7684f37b.tar.gz ai-pulse-obsidian-plugin-866d3b8f0daacd804f02f9854886c8fe7684f37b.zip | |
Build: Target ES2018.
Diffstat (limited to 'esbuild.config.mjs')
| -rw-r--r-- | esbuild.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esbuild.config.mjs b/esbuild.config.mjs index 057fe9d..8e2dad0 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -34,7 +34,7 @@ esbuild.build({ ...builtins], format: 'cjs', watch: !prod, - target: 'es2016', + target: 'es2018', logLevel: "info", sourcemap: prod ? false : 'inline', treeShaking: true, |
