v3.7.2
The { regex: /^_/ } option mangled underscore-prefixed properties
(e.g. _rep) but left string literals unchanged, causing runtime
errors in libraries like anime.js that use dynamic string lookups.
Setting properties: false eliminates this class of bugs entirely.
Code is still minified and variable/function names are mangled.