We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738a78d commit 278af40Copy full SHA for 278af40
build/config.ts
@@ -6,7 +6,6 @@ import { BuildOptions } from "esbuild";
6
export const OPTIONS: BuildOptions = {
7
entryPoints: ["./src/main.ts"],
8
outfile: "./dist/main.js",
9
- format: "iife",
10
bundle: true,
11
sourcemap: "linked",
12
target: [`es${new Date().getFullYear() - 3}`],
0 commit comments