From 7d98537f95f1db1a13e3ba85623b9462fa95036a Mon Sep 17 00:00:00 2001 From: mxgnus <84542021+mxgnus-de@users.noreply.github.com> Date: Mon, 21 Feb 2022 19:28:38 +0100 Subject: [PATCH] added styled-components & replay support in swc (#34647) styled-components & relay is supported in swc since nextjs 12.1 --- errors/swc-disabled.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/errors/swc-disabled.md b/errors/swc-disabled.md index 701f260c785b..ce026dd0e882 100644 --- a/errors/swc-disabled.md +++ b/errors/swc-disabled.md @@ -10,8 +10,6 @@ When an application has custom Babel configuration Next.js will automatically op Many of the integrations with external libraries that currently require custom Babel transformations will be ported to Rust-based SWC transforms in the near future. These include but are not limited to: -- Styled Components - Emotion -- Relay 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).