From decada77f9909f71ffd0179aa5391716c5659d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 14 May 2025 15:48:21 +0200 Subject: [PATCH] Update modern-transpiler-swc.md --- v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md b/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md index 8112fbf12e..585339214a 100644 --- a/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md +++ b/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md @@ -142,7 +142,7 @@ This overrides Meteor's internal SWC config to apply your settings, ensuring SWC - `modern.transpiler.verbose: [true|false]` If true, the transpilation process for files is shown when running the app. This helps understand which transpiler is used for each file, what fallbacks are applied, and gives a chance to either exclude files to always use Babel or migrate fully to SWC. -## Migration guide +## Migration Topics ### Nested imports