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
Hi @jcfrane, I also experienced this error and it turns out that the autobahn.js library is making use of ES6 syntax wich the uglifier can not handle. I had to add another step to transpile to ES5 (via babel) and then the minification works!
Hi,
I was trying to uglify my vendor files with gulp.
It produces this error:
When I tried to remove angular-wamp with my dependency the error is gone.
So I suspect that angular-wamp must be the cause.
Heres my gulp task
Why is that so?
The text was updated successfully, but these errors were encountered: