*Remove unneeded define

This commit is contained in:
Derrick Hammer 2023-01-18 03:40:02 -05:00
parent d0e6d91d11
commit 3ded5580d1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,4 @@ esbuild.buildSync({
outfile: "dist/index.js",
format: "iife",
bundle: true,
define: {
global: "self",
},
});