1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

README: fix missing links

This commit is contained in:
nkzawa 2016-10-26 19:04:01 +09:00
parent 844b62f57e
commit eb74ff4bf9

View file

@ -290,7 +290,7 @@ While these are tractable for CSS itself, we dont need to duplicate the effor
We track V8. Since V8 has wide support for ES6 and `async` and `await`, we transpile those. Since V8 doesnt support class decorators, we dont 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>