Skip to content

Commit 0c8bdd0

Browse files
committed
Target es2015
1 parent 5871dd1 commit 0c8bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esbuild.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const watch = process.argv.includes("--watch");
1111
const commonBuildOptions = {
1212
bundle: true,
1313
format: "esm",
14-
target: "es2020",
14+
target: "es2015",
1515
minify: production,
1616
sourcesContent: false,
1717
logLevel: "silent",

0 commit comments

Comments
 (0)