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
The problem is that the default UglifyJsPlugin of nativescript-dev-webpack does not support the => notation, as it does not support ES6. This issue explains the problem. I was able to solve it simply by replacing the => with function() {} in resource.common.js.
When attempting to use webpack with uglify the process fails giving this message:
This refers to the following line:
The problem is that the default UglifyJsPlugin of nativescript-dev-webpack does not support the => notation, as it does not support ES6. This issue explains the problem. I was able to solve it simply by replacing the => with function() {} in resource.common.js.
The text was updated successfully, but these errors were encountered: