openziti / ziti-console

https://openziti.io
Apache License 2.0
23 stars 15 forks source link

Reduce application bundle size using production configuration #475

Closed rgallettonf closed 2 weeks ago

rgallettonf commented 2 weeks ago

The tagged release bundles of the angular application do not currently use build optimizers to reduce file sizes. The Angular CLI offers several tools to help keep file sizes to a minimum such as: tree shaking, AOT compilation, and minification.

These should be enabled when we build/package the distribution bundles of ZAC.