Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
babel-preset-env
implementation (#765)
* Add supported browsers list to babel-preset-env. This was fixed in v7 of babel-preset-env so that you could use the browserslist directly from package.json. We'll have to wait until Babel v7 is release, see #702. * add node 6 to babel-preset-env targets * Only build for Node during testing.
- Loading branch information