#Change minifier in Angular build
1 messages · Page 1 of 1 (latest)
I don't think you can, but therotically you could run an second minifier on top of the the current one.
What are you expecting by using swc ?
Are you using the webpack or the application builder ?
yes im using the application build, im running build production
if im running build production i assume it will minify the result?
swc has good and smaller bundler size base on this benchmark https://github.com/privatenumber/minification-benchmarks
as far as i know under the hood angular uses terser as there minifier.