java-script:minification-uglification
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
java-script:minification-uglification [2023/08/09 19:51] – odefta | java-script:minification-uglification [2023/08/09 19:53] (current) – odefta | ||
---|---|---|---|
Line 48: | Line 48: | ||
uglifyjs file.terser.js -o file.uglify.js -c -m | uglifyjs file.terser.js -o file.uglify.js -c -m | ||
</ | </ | ||
+ | |||
+ | <note top> | ||
+ | Terser is a more recent tool and is often recommended for modern JavaScript, as it supports newer syntax features that UglifyJS might not handle. | ||
+ | </ | ||
<note tip> | <note tip> |
java-script/minification-uglification.1691599907.txt.gz · Last modified: 2023/08/09 19:51 by odefta