aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/minify.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Switch from UglifyJS to SWC minify, make the minified file ES5Michał Gołębiowski-Owczarek2025-03-031-0/+53
More recent UglifyJS versions have started converting regular functions to arrow ones, making ES5 source file migrated to a ES2015+ minified one. We want to avoid that even in 1.14.x as long as we keep the source file in ES5. Closes gh-2335 Ref mishoo/UglifyJS#5967 Ref jquery/download.jqueryui.com#629