amazon-archives/awsmobile-cli

Feature Request: All script auto-generated by aws-amplify in ES6

michaelcuneo opened this issue · 1 comments

Do you want to request a feature or report a bug?

Feature.

What is the current behavior?

All JS pulled in from awsmobile to the project is in ES5 format.
Could it be changed to ES6? Why isn't it ES6 already?

My projects are ESLint'd for ES6, and I have to exclude the entire awsmobilejs areas from GitHub and run awsmobile init independently on seperate machines to suit, because the entire tree fails ES6 vaildation... would be good if it was ES6.

Thanks for your feedbacks, I will mark this as feature request.