Skip to content
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

Upgrade to use babel6 #69

Closed
rickmak opened this issue Sep 13, 2016 · 1 comment
Closed

Upgrade to use babel6 #69

rickmak opened this issue Sep 13, 2016 · 1 comment
Assignees

Comments

@rickmak
Copy link
Member

rickmak commented Sep 13, 2016

Related issue:

  1. Compatibility issue of localforage
  2. SDK not working on IE10 due to "extend Array" using Array.form
@ben181231
Copy link
Contributor

ben181231 commented Sep 13, 2016

Findings when working on Issue 66

  • Need to update all babel related packages to v6+
  • Extra presents (e.g. "es2015", "stage-2", etc.) need to be installed, since Babel 6 will not include them by default, according to this guide.
  • npm run test fails since some of the sub tasks in pre-test reads the .babelrc and cannot recognize presets property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants