chore: esbuild target es2018 -> esnext

This commit is contained in:
Kodai Nakamura 2025-02-02 13:55:41 +09:00
parent 9bbe286a57
commit 21e7c2c5f1

View file

@ -33,7 +33,7 @@ const context = await esbuild.context({
...builtins,
],
format: "cjs",
target: "es2018",
target: "esnext",
logLevel: "info",
sourcemap: prod ? false : "inline",
treeShaking: true,