Skip to content

Commit

Permalink
Merge branch 'canary' into streaming/initial-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 11, 2022
2 parents 7ad8085 + e05a95a commit 0507473
Show file tree
Hide file tree
Showing 38 changed files with 1,042 additions and 1,394 deletions.
1 change: 1 addition & 0 deletions docs/basic-features/pages.md
Expand Up @@ -64,6 +64,7 @@ You can also use **Client-side Rendering** along with Static Generation or Serve
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/cms-graphcms">GraphCMS Example</a> (<a href="https://next-blog-graphcms.vercel.app/">Demo</a>)</li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/cms-kontent">Kontent Example</a> (<a href="https://next-blog-kontent.vercel.app/">Demo</a>)</li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/cms-builder-io">Builder.io Example</a> (<a href="https://cms-builder-io.vercel.app/">Demo</a>)</li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/cms-tina">TinaCMS Example</a> (<a href="https://cms-tina-example.vercel.app/">Demo</a>)</li>
<li><a href="https://static-tweet.vercel.app/">Static Tweet (Demo)</a></li>
</ul>
</details>
Expand Down
13 changes: 13 additions & 0 deletions errors/swc-disabled.md
Expand Up @@ -13,3 +13,16 @@ Many of the integrations with external libraries that currently require custom B
- Emotion

In order to prioritize transforms that will help you adopt SWC please provide your `.babelrc` on [the feedback thread](https://github.com/vercel/next.js/discussions/30174).

#### Possible Ways to Fix It

If you want to use SWC despite the presence of a `.babelrc` file you can force it in your `next.config.js` file.

```js
// next.config.js
module.exports = {
experimental: {
forceSwcTransforms: true,
},
}
```
1 change: 1 addition & 0 deletions examples/blog-starter/README.md
Expand Up @@ -33,6 +33,7 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu
- [Kontent](/examples/cms-kontent)
- [Umbraco Heartcore](/examples/cms-umbraco-heartcore)
- [Builder.io](/examples/cms-builder-io)
- [TinaCMS](/examples/cms-tina/)

## How to use

Expand Down

0 comments on commit 0507473

Please sign in to comment.