When working with gulp, I encountered an issue with arrow functions in my Angular JS project build task. Gulp doesn't recognize the arrow functions in my scripts, resulting in errors like:
Error: Parsing error: Unexpected token >
What could be a potential solution for this issue? I even attempted to use Babel!