Jumped back to an older Ruby on Rails project that runs on Blendid and without doing anything to my own code I started getting the following during the build to production:
gulp-notify: [Error running Gulp] Error:
app-db772911ddfbfa40329a.js from UglifyJs
Unexpected token:
name (context) [app-db772911ddfbfa40329a.js:67035,12]
I even tried a fresh clean install with Blendid, but no luck there.
As far as I've understood this is an UglifyJS issue, and more specifically an ES6 one, but have tried all the examples available without any luck.
Jumped back to an older Ruby on Rails project that runs on Blendid and without doing anything to my own code I started getting the following during the build to production:
I even tried a fresh clean install with Blendid, but no luck there.
As far as I've understood this is an UglifyJS issue, and more specifically an ES6 one, but have tried all the examples available without any luck.
My
task-config.js
is the following:What would be the solution to get this back running again?