You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set to `false` to disable minification, or specify the minifier to use. The default is [esbuild](https://github.com/evanw/esbuild) which is 20 ~ 40x faster than terser and only 1 ~ 2% worse compression. [Benchmarks](https://github.com/privatenumber/minification-benchmarks)
863
863
864
+
terser must be installed when it is set to `'terser'`.
865
+
866
+
```sh
867
+
npm add -D terser
868
+
```
869
+
864
870
Note the `build.minify` option is not available when using the `'es'` format in lib mode.
0 commit comments