java-script:minification-uglification
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| java-script:minification-uglification [2023/08/09 16:51] – odefta | java-script:minification-uglification [2025/01/02 18:22] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| 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: (external edit)
