What is Minification?
4 April 2022
Minifying javascript files reduces their size with practices like removing whitespace and replacing long variable names. After this process the files are no longer human-readable which makes debugging difficult, but this can be solved by creating source maps that help connect the minified code to the original files.