We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a2ced commit df7a91bCopy full SHA for df7a91b
esbuild.dev.js
@@ -1,6 +1,8 @@
1
import * as esbuild from "esbuild";
2
import { copyFile } from "fs/promises";
3
4
+await import("./index.js");
5
+
6
console.time("esbuild");
7
8
const worker = await esbuild.context({
0 commit comments