Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
padmaia committed Feb 9, 2022
1 parent ed8fe9c commit b58987b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-features/compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ We chose to build on SWC for a few reasons:

## Supported Features

If you have feedback about `swcMinify`, please share it on the [feedback discussion](https://github.com/vercel/next.js/discussions/30237).

### Styled Components

We're working to port `babel-plugin-styled-components` to the Next.js Compiler.
Expand Down Expand Up @@ -173,6 +171,8 @@ module.exports = {
}
```

If you have feedback about `swcMinify`, please share it on the [feedback discussion](https://github.com/vercel/next.js/discussions/30237).

### Jest

Jest support not only includes the transformation previously provided by Babel, but also simplifies configuring Jest together with Next.js including:
Expand Down

0 comments on commit b58987b

Please sign in to comment.