feat: add unplugin-vue-inspector (#1116)

This commit is contained in:
webfansplz 2023-01-15 23:52:50 +08:00 committed by GitHub
parent 9f19e56b0f
commit 3513f09148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 0 deletions

View file

@ -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,