I am trying to use gulp in order to minify a folder containing JS files. However, one of the files has the above error, preventing it from being minified.
I managed
Add stage-3 to presets in .babelrc file.
{ "presets": [ "stage-3" ] }