We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@cubing/dev-config/esbuild/es2022
1 parent ecc8588 commit e093b93Copy full SHA for e093b93
1 file changed
script/build.ts
@@ -1,8 +1,8 @@
1
-import { es2022 } from "@cubing/dev-config/esbuild/es2022";
+import { es2022Lib } from "@cubing/dev-config/esbuild/es2022";
2
import { build } from "esbuild";
3
4
await build({
5
- ...es2022,
+ ...es2022Lib(),
6
entryPoints: ["src/main.ts"],
7
outdir: "./dist/bin/@cubing/deploy",
8
});
0 commit comments