Implement Code Splitting for Smaller Bundles
#angular #webpack
Install dependencies
β Link: https://guillaume-ferber.medium.com/maximizing-performance-with-angular-tips-and-tricks-for-efficient-code-76939fe7333b
#angular #webpack
Install dependencies
npm install --save-dev webpack webpack-cli webpack-dev-server html-webpack-plugin clean-webpack-plugin
β Link: https://guillaume-ferber.medium.com/maximizing-performance-with-angular-tips-and-tricks-for-efficient-code-76939fe7333b
Use Tree Shaking to Remove Unused Code
#angular #webpack
β Link: https://guillaume-ferber.medium.com/maximizing-performance-with-angular-tips-and-tricks-for-efficient-code-76939fe7333b
#angular #webpack
β Link: https://guillaume-ferber.medium.com/maximizing-performance-with-angular-tips-and-tricks-for-efficient-code-76939fe7333b
π Angular Directive to load a MF remote module
#angular #directive #webpack #module_federation
β Link: https://medium.com/@klajdiavdiaj6/angular-directive-to-load-a-federated-remote-module-512dbc214405
#angular #directive #webpack #module_federation
β Link: https://medium.com/@klajdiavdiaj6/angular-directive-to-load-a-federated-remote-module-512dbc214405
π Angular custom webpack config in 3 steps:
#angular #webpack
β Article Link: https://netbasal.com/customize-webpack-configuration-in-your-angular-application-d09683f6bd22
#angular #webpack
β Article Link: https://netbasal.com/customize-webpack-configuration-in-your-angular-application-d09683f6bd22
π2