About
Minification refers to the process of removing unnecessary or redundant data without affecting the code execution . - e.g.
- code comments and formatting,
- removing unused code, (ie if env = dev for a prod build is not needed)
- using shorter variable and function names
- and so on.