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
Executing the command "npm run build" is resulting in error in UglifyJS.
It isn't able to recognize keys words like "let" and "new" and is showing error messages like below:
ERROR in build.js from UglifyJs Unexpected token: punc (() [build.js:11307,24]
ERROR in build.js from UglifyJs Unexpected token: name (app)
The text was updated successfully, but these errors were encountered:
Executing the command "npm run build" is resulting in error in UglifyJS.
It isn't able to recognize keys words like "let" and "new" and is showing error messages like below:
ERROR in build.js from UglifyJs Unexpected token: punc (() [build.js:11307,24]
ERROR in build.js from UglifyJs Unexpected token: name (app)
The text was updated successfully, but these errors were encountered: