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
Due to stringify-object being dependent on get-own-enumerable-property-symbols and target for Node.js instead of browsers ( sindresorhus/stringify-object#49 (comment) )
UglifyJS throws error while compiling this with react
Don't apologise, because you did point me to an actual legitimate issue here! The string comparison stuff was not meant to be there anymore; it was supposed to have been removed in v3.0.2 due to issues reported in #35. I've removed the leftover stringify-object logic and fixed the comparison issues in v3.0.3, which I just pushed. Thanks for the report!
Due to
stringify-object
being dependent onget-own-enumerable-property-symbols
and target for Node.js instead of browsers ( sindresorhus/stringify-object#49 (comment) )UglifyJS throws error while compiling this with react
Just a thought why not use
JSON.stringify
instead?The text was updated successfully, but these errors were encountered: