*switch to iife

This commit is contained in:
Derrick Hammer 2023-04-04 06:30:49 -04:00
parent 6f5e0765d6
commit cba2a126ae
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import esbuild from "esbuild";
esbuild.buildSync({
entryPoints: ["src/index.ts"],
outfile: "dist/index.js",
format: "esm",
format: "iife",
bundle: true,
legalComments: "external",
// minify: true