Skip to content

Commit

Permalink
docs: remove link to .nuxtrc in nuxt/starter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 8, 2023
1 parent 221e186 commit 56147b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/3.modules.md
Expand Up @@ -210,7 +210,7 @@ Learn more about asset injection in [the recipes section](#recipes).
::callout{color="amber" icon="i-ph-warning-duotone"}
Published modules cannot leverage auto-imports for assets within their runtime directory. Instead, they have to import them explicitly from `#imports` or alike.

Indeed, auto-imports are not enabled for files within `node_modules` (the location where a published module will eventually live) for performance reasons. That's why the module starter [deliberately disables them](https://github.com/nuxt/starter/blob/module/.nuxtrc#L1) while developing a module.
Indeed, auto-imports are not enabled for files within `node_modules` (the location where a published module will eventually live) for performance reasons.

If you are using the module starter, auto-imports will not be enabled in your playground either.
::
Expand Down

0 comments on commit 56147b4

Please sign in to comment.