amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

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

Open michaelcuneo opened 6 years ago

michaelcuneo commented 6 years ago

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.

UnleashedMind commented 6 years ago

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