From 4275934254645480f0f738ff90c6f53f47685644 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Wed, 6 Dec 2023 20:48:36 +0000 Subject: [PATCH] Merge pull request #25136 from storybookjs/docs_fix_compiler_swc Docs: SWC compiler cross link to API docs (cherry picked from commit f885ecefe37c5bd69d25d5464e37d36da65b1f6e) --- docs/configure/compilers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/compilers.md b/docs/configure/compilers.md index fc18eac310aa..96d9cb75f64a 100644 --- a/docs/configure/compilers.md +++ b/docs/configure/compilers.md @@ -21,7 +21,7 @@ SWC is a fast, highly extensible tool for compiling and bundling modern JavaScri -Support for the SWC builder is currently experimental for Next.js projects, and it's not enabled by default. It requires you to opt in to use it. +Support for the SWC builder is currently experimental for Next.js projects, and it's not enabled by default. It requires you to opt in to use it. For more information on configuring SWC with the supported frameworks, see the [SWC API](../api/main-config-swc.md) documentation.