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
It seems that the code does not compile in serialize-json.
static/js/main.7ceea777.js from UglifyJs
Unexpected token: name (JSONDecoder) [./~/serialize-json/lib/decoder.js:21,0][static/js/main.7ceea777.js:55947,6]
Thanks!
The text was updated successfully, but these errors were encountered:
The problem is that the decoder file uses class keyword which uglify can not understand. The module needs to be bundled via webpack or something like this so it gets transpiled to ES5.
Hi, there,
It seems that the code does not compile in serialize-json.
Thanks!
The text was updated successfully, but these errors were encountered: