diff --git a/build.js b/build.js index 88acb28..0c04377 100755 --- a/build.js +++ b/build.js @@ -22,6 +22,7 @@ require('esbuild') outdir: './Shared (Extension)/Resources', sourcemap: 'inline', bundle: true, + minify: true, watch, }) .catch(() => process.exit(1));