We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c4007 commit b3c2cc3Copy full SHA for b3c2cc3
build.js
@@ -4,8 +4,6 @@ import { build } from "esbuild";
4
import { glob } from "glob";
5
import { writeFile } from "fs/promises";
6
7
-const production = process.env.NODE_ENV !== "development";
8
-
9
/**
10
* @type {import("esbuild").BuildOptions}
11
*/
0 commit comments