good first issue📚 documentation
Beschreibung
Describe the feature
There are a lot of Nuxt/Vite/webpack internals that should be covered in the docs when adding external dependencies like Vite plugins and local modules (also for module authors):
- adding Nuxt/Vite virtual modules (alias, transpile...): maybe just adding more context
- using Nuxt imports: transform include/exclude...
- cover transpile, optimize deps, exclude, include (Nuxt/Vite): when a dependency should be transpiled, included or excluded to/from Vite dependencies optimizations
- using Nitro event handlers
(Some entries already covered partially in ESM entry)
/cc @BobbieGoede @danielroe
Additional information
- Would you be willing to help implement this feature?
- Could this feature be implemented as a module?
Final checks
- Read the contribution guide.
- Check existing discussions and issues.