refactor(nuxt): disable nuxt devtools
they're pretty fucking useless rn
This commit is contained in:
parent
20089dc0cd
commit
e3293730b4
@ -20,7 +20,9 @@ export default defineNuxtConfig({
|
|||||||
watcher: "chokidar-granular",
|
watcher: "chokidar-granular",
|
||||||
treeshakeClientOnly: true,
|
treeshakeClientOnly: true,
|
||||||
},
|
},
|
||||||
devtools: { enabled: true },
|
|
||||||
|
devtools: { enabled: false },
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
"vue-recaptcha/nuxt",
|
"vue-recaptcha/nuxt",
|
||||||
"@ant-design-vue/nuxt",
|
"@ant-design-vue/nuxt",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user