We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e8649 commit 866d3b8Copy full SHA for 866d3b8
esbuild.config.mjs
@@ -34,7 +34,7 @@ esbuild.build({
34
...builtins],
35
format: 'cjs',
36
watch: !prod,
37
- target: 'es2016',
+ target: 'es2018',
38
logLevel: "info",
39
sourcemap: prod ? false : 'inline',
40
treeShaking: true,
0 commit comments