Skip to content

Commit ca5a69b

Browse files
committed
Specify esbuild target
1 parent e274fb8 commit ca5a69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const context = await esbuild.context({
6767
outdir: OUT_DIR,
6868
platform: "node",
6969
plugins: [cleanPlugin, copyDefaultsPlugin, onEndPlugin],
70+
target: ["node20"],
7071
});
7172

7273
await context.rebuild();

0 commit comments

Comments
 (0)