Angular Removing Unused CSS and Obfuscate JavaScript

Angular Removing Unused CSS and Obfuscate JavaScript

Nowadays most of the applications develop based on large CSS libraries like Bootstrap, Tailwind CSS etc.. and sometimes multiple frameworks. But your application components are not using all of the styles and it adds more weight on the application performance. This post will explain the Angular post-build process to remove unused CSS and obscure JavaScript files that enhance the application security and definitely improve the app loading time and save the overall bandwidth cost.

Go to Source
Author:

Powered by WPeMatico