release 0.2.1
Some checks failed
ob2qualkard CI / build (20.x) (push) Has been cancelled
ob2qualkard CI / build (22.x) (push) Has been cancelled
ob2qualkard CI / build (24.x) (push) Has been cancelled
Release ob2qualkard / build (push) Has been cancelled

This commit is contained in:
2026-08-05 21:50:16 -03:00
parent ff0e612c43
commit b53d22be59
7 changed files with 9 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ const context = await esbuild.context({
logLevel: 'info',
sourcemap: prod ? false : 'inline',
treeShaking: true,
outfile: 'main.js',
outfile: 'build/main.js',
minify: prod,
});