-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan for better developer tooling #198
Comments
Run babel on |
Replace Grunt with vanilla npm scripts |
Webpack |
Build JSAPI with Bower |
Incorporate Prettier. Ideally, this should be triggered before Pull Requests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fix proposed in #197 uses features of ES2015. To maintain support of this app in legacy browsers (looking at you IE11)
main.js
needs to be transpiled with babel during the build process. I thought this might be an opportune time to review and modify the overall developer tooling in this project since it has been brought up in many other issues (e.g. #113, #176, #178).I'll throw some of the initial ideas down as their own comments so they can be voted on. Feel free to add your own ideas.
The text was updated successfully, but these errors were encountered: