Skip to content

v3.7.2

@VKneider VKneider tagged this 30 Jun 03:48
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.
Assets 2
Loading