diff --git a/build.mjs b/build.mjs index c375cc2c..20515177 100644 --- a/build.mjs +++ b/build.mjs @@ -4,6 +4,7 @@ export async function build() { return await Bun.build({ entrypoints: ['./src/index.ts'], outdir: './dist', + target: 'browser', minify: { whitespace: true, identifiers: false,