diff --git a/docs/2.guide/3.going-further/3.modules.md b/docs/2.guide/3.going-further/3.modules.md index a78401f01a..eb418d0f72 100644 --- a/docs/2.guide/3.going-further/3.modules.md +++ b/docs/2.guide/3.going-further/3.modules.md @@ -228,9 +228,9 @@ Learn more about asset injection in [the recipes section](#recipes). ::warning Published modules cannot leverage auto-imports for assets within their runtime directory. Instead, they have to import them explicitly from `#imports` or alike. - +:br :br Indeed, auto-imports are not enabled for files within `node_modules` (the location where a published module will eventually live) for performance reasons. - +:br :br If you are using the module starter, auto-imports will not be enabled in your playground either. :: @@ -638,7 +638,7 @@ Testing helps ensuring your module works as expected given various setup. Find i ::tip We're still discussing and exploring how to ease unit and integration testing on Nuxt Modules. - +:br :br [Check out this RFC to join the conversation](https://github.com/nuxt/nuxt/discussions/18399). ::