From e9288f948cd43e50590640e4c882b31993cdee28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 15 Oct 2025 15:15:44 +0200 Subject: [PATCH] adjust doc --- .../docs/about/modern-build-stack/rspack-bundler-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md b/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md index 300e88c7ac..75042f7293 100644 --- a/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md +++ b/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md @@ -460,7 +460,7 @@ Use this when a dependency: * Needs to be reprocessed according to your SWC config. 🔹 **Meteor.compileWithMeteor(deps: string[])** -Marks the listed npm packages as externals, so they are skipped by Rspack and handled by Meteor during build and runtime. +Marks the listed npm packages as externals, so they are skipped by Rspack and handled by Meteor/Node during build and runtime. Use this when facing issues and for: