Skip to content

Commit 53da49d

Browse files
committed
Tmp disable componentInspector in nuxt devtools
1 parent 24d4042 commit 53da49d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/jsrepl/nuxt.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ const publicRuntimeConfig = getPublicRuntimeConfig()
77
export default defineNuxtConfig({
88
compatibilityDate: '2024-07-12',
99

10-
devtools: { enabled: true },
10+
devtools: {
11+
enabled: true,
12+
13+
// Tmp disabled due to https://github.com/nuxt/devtools/issues/722
14+
componentInspector: false,
15+
},
1116

1217
runtimeConfig: {
1318
public: {

0 commit comments

Comments
 (0)