Fix link to es6features

This commit is contained in:
Federico Jaramillo Martínez 2019-05-14 07:18:09 -05:00 committed by GitHub
parent 7cde15f375
commit 08e08160c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ yarn
## The Basics: ES6, Webpack and Babel
[ECMAScript 6](https://github.com/lukehoban/es6features](https://github.com/lukehoban/es6features) (ES6)
[ECMAScript 6](https://github.com/lukehoban/es6features) (ES6)
is the newest version of the ECMAScript standard. It has some great new
features, but the browser support is still patchy, so we use Babel to transform ES6 source
files back to ES5 files for distribution.