diff --git a/docs/advanced-features/compiler.md b/docs/advanced-features/compiler.md index 24d2a25318afc..e7a3e21dddacd 100644 --- a/docs/advanced-features/compiler.md +++ b/docs/advanced-features/compiler.md @@ -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. @@ -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: