You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
That’s unfortunately not a safe operation. All classes are not guaranteed to be side effect free. The build optimizer currently analyzes the code structure to determine the presence of a downlevel class and further work is being considered to determine the presence of potential side effects to improve the safety of the optimization.
It’s also important to note that the use of pure is a misnomer in this situation and an unnecessary threshold for the intended optimization.
see mishoo/UglifyJS#2279
The text was updated successfully, but these errors were encountered: