@@ -0,0 +1,12 @@
import * as esbuild from "esbuild";
import { denoPlugin } from "@deno/esbuild-plugin";
if (import.meta.main) {
await esbuild.build({
entryPoints: ["src/client.ts"],
bundle: true,
plugins: [denoPlugin()],
minify: true,
sourcemap: true,
});
}
The note is not visible to the blocked user.