We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e274fb8 commit ca5a69bCopy full SHA for ca5a69b
build.mjs
@@ -67,6 +67,7 @@ const context = await esbuild.context({
67
outdir: OUT_DIR,
68
platform: "node",
69
plugins: [cleanPlugin, copyDefaultsPlugin, onEndPlugin],
70
+ target: ["node20"],
71
});
72
73
await context.rebuild();
0 commit comments