Re-enable minification (I forgor)

This commit is contained in:
dangered wolf 2023-11-10 17:21:00 -05:00
parent c1cf77fb43
commit e8fe148202
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -60,7 +60,7 @@ await esbuild.build({
entryPoints: ['src/worker.ts'],
sourcemap: 'external',
outdir: 'dist',
minify: false,
minify: true,
bundle: true,
format: 'esm',
plugins: [