Skip to content

Commit 278af40

Browse files
committed
this is unnecessary
1 parent 738a78d commit 278af40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { BuildOptions } from "esbuild";
66
export const OPTIONS: BuildOptions = {
77
entryPoints: ["./src/main.ts"],
88
outfile: "./dist/main.js",
9-
format: "iife",
109
bundle: true,
1110
sourcemap: "linked",
1211
target: [`es${new Date().getFullYear() - 3}`],

0 commit comments

Comments
 (0)