Skip to content

Commit 41bfac1

Browse files
committed
docs: update
1 parent bf2d782 commit 41bfac1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Install the DevTools plugin:
4343
pnpm add -D @vitejs/devtools
4444
```
4545

46-
Enable the DevTools plugin in your Vite config and turn on the debug mode for Rolldown:
46+
Enable the DevTools plugin in your Vite config and turn on the devtools mode for Rolldown:
4747

4848
```ts [vite.config.ts] twoslash
4949
import { DevTools } from '@vitejs/devtools'
@@ -55,7 +55,7 @@ export default defineConfig({
5555
],
5656
build: {
5757
rolldownOptions: {
58-
debug: {}, // enable debug mode
58+
devtools: {}, // enable devtools mode
5959
},
6060
}
6161
})

packages/vite/src/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export default defineNuxtConfig({
8383
},
8484
},
8585

86+
// Disable Nuxt's internal debugging
8687
debug: false,
8788

8889
vite: {

0 commit comments

Comments
 (0)