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've been using the stringify-object package for quite some time in both my Node projects and Web projects. Recently, I upgraded from v2.4.0 to v3.1.0 and that broke my Webpack build process as follows:
ERROR in app.22a5f0a6.js from UglifyJs
SyntaxError: Unexpected token: operator (>) [../~/stringify-object/index.js:6,0]
I've been using the stringify-object package for quite some time in both my Node projects and Web projects. Recently, I upgraded from v2.4.0 to v3.1.0 and that broke my Webpack build process as follows:
Seems like this line is the culprit.
If I change that line to regular
function
syntax notation (instead of ES6 arrow syntax), it seems to fix the problem.Any ideas why Uglify would complain there?
I use stringify-object heavily for debugging purposes throughout my projects, so I'd love to get this fixed.
The text was updated successfully, but these errors were encountered: