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
I found an issue with the way computed properties are implemented and the very common library uglify. I guess it might be the same way for any minification library.
I found an issue with the way computed properties are implemented and the very common library uglify. I guess it might be the same way for any minification library.
When you have a computed block like:
it turns into this after being run though uglify
I think that is a pretty big issue.
The text was updated successfully, but these errors were encountered: