Disable/purge nuxt devtools from project
I am trying to fully disable or completely purge the nuxt devtools from my project, as it is creating several issues when running the app in an iframe.
Using
nuxi devtools disable
, which results in the following
is seemingly not enough to properly disable all devtools-related packages. I am seeing following error in my console:
I would expect any devtools-related packages (such as vite-plugin-vue-inspector) to be disabled and not accessed when running the app in development.
Am I doing something wrong, or am I missing something specific?
Thanks0 Replies