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: