From b58987bacf82facff769f710319dcee9236a4088 Mon Sep 17 00:00:00 2001 From: Maia Teegarden Date: Wed, 9 Feb 2022 09:13:42 -0800 Subject: [PATCH] Fix doc --- docs/advanced-features/compiler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: