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:
parent
844b62f57e
commit
eb74ff4bf9
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue