feat: add unplugin-vue-inspector (#1116)
This commit is contained in:
parent
9f19e56b0f
commit
3513f09148
3 changed files with 63 additions and 0 deletions
|
@ -31,6 +31,10 @@ export default defineNuxtConfig({
|
|||
'~/modules/tauri/index',
|
||||
'~/modules/pwa/index', // change to '@vite-pwa/nuxt' once released and remove pwa module
|
||||
'~/modules/stale-dep',
|
||||
['unplugin-vue-inspector/nuxt', {
|
||||
enabled: false,
|
||||
toggleButtonVisibility: 'never',
|
||||
}],
|
||||
],
|
||||
experimental: {
|
||||
payloadExtraction: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue