mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Re-enable minification (I forgor)
This commit is contained in:
parent
c1cf77fb43
commit
e8fe148202
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ await esbuild.build({
|
|||
entryPoints: ['src/worker.ts'],
|
||||
sourcemap: 'external',
|
||||
outdir: 'dist',
|
||||
minify: false,
|
||||
minify: true,
|
||||
bundle: true,
|
||||
format: 'esm',
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Reference in a new issue