Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): use babel to convert to es5
Previously, Typescript transpiles the scripts to ES5, but now it just converts to ES6 and Babel further transpiles this to compatible code.
- Loading branch information