Skip to content

Commit

Permalink
README: fix missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Oct 26, 2016
1 parent 844b62f commit eb74ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ While these are tractable for CSS itself, we don’t need to duplicate the effor

We track V8. Since V8 has wide support for ES6 and `async` and `await`, we transpile those. Since V8 doesn’t support class decorators, we don’t transpile those.

See [this](link to default babel config we use) and [this](link to issue that tracks the ability to change babel options)
See [this](https://github.com/zeit/next.js/blob/master/server/build/webpack.js#L79) and [this](https://github.com/zeit/next.js/issues/26)

</details>

Expand Down

0 comments on commit eb74ff4

Please sign in to comment.