Disable auto-import in Nuxt #1168
Unanswered
PrimalDjinn
asked this question in
Q&A
Replies: 2 comments
-
|
You're looking for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Don't use export default defineNuxtConfig({
imports: {
autoImport: false,
scan: false,
}
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable auto-imports in the nuxt version of shadcn? I find that having Nuxt track all the components during development is really slowing the dev server down.
Beta Was this translation helpful? Give feedback.
All reactions