Skip to content

Commit

Permalink
Update link to babili blog post (#888)
Browse files Browse the repository at this point in the history
Earlier link was giving 404 error
  • Loading branch information
pradyumna1 authored and boopathi committed Jul 26, 2018
1 parent 5a128fd commit beb87b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ Current tools don't support targeting the latest version of ECMAScript. (yet)
- BabelMinify can because it is just a set of Babel plugins, and Babel already understands new syntax with our parser [Babylon](https://github.com/babel/babylon).
- When it's possible to only target browsers that support newer ES features, code sizes can be smaller because you don't have to transpile and then minify.

Check out our [blog post](http://babeljs.io/blog/2016/08/30/babili) for more info!
Check out our [blog post](http://babeljs.io/blog/2016/08/26/babili) for more info!

```js
// Example ES2015 Code
Expand Down

0 comments on commit beb87b9

Please sign in to comment.