How can I disable auto import only for the modules' folder?
Currently, I want to use the modules' folder for my internal modules. How can I disable the auto import feature for the folder?
4 Replies
Use a different folder name.
Modules are not auto-imported per-se, they are an integral part of Nuxt’s architecture.
Isn't there a option to rename the folder? I would like to go with the name
Ah I see. Yes, you may https://nuxt.com/docs/api/nuxt-config#modules
Thank you!