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 like the optimization phase is not support ES6 when compressing JavaScript code with "uglifyjs". I think we can have a pre-process to translate user side's ES6 code into ES5 or lower version JavaScript code since ES6 style JavaScript is widely used now.
The text was updated successfully, but these errors were encountered:
It seems like the optimization phase is not support ES6 when compressing JavaScript code with "uglifyjs". I think we can have a pre-process to translate user side's ES6 code into ES5 or lower version JavaScript code since ES6 style JavaScript is widely used now.
The text was updated successfully, but these errors were encountered: