JS minifier
JavaScript minification is a very common task in web development. Typically applications generate JavaScript code using various templating engines and frameworks. This generated code can contain a lot of whitespace, making it much larger than needed and thus slowing down your application. The JS minifier plugin removes all the unnecessary characters to minify the original JS code.