Minify JavaScript Using Terser
Terser is a javascript compressor and mangler supporting ES6+ specification. In this tutorial, you will get to know how to use terser to minify/compress javascript.
Prerequisite: nodejs should be installed on your system.
1. Installing terser
Insta...
murtuza.hashnode.dev1 min read