File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Install the DevTools plugin:
4343pnpm 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
4949import { 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})
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export default defineNuxtConfig({
8383 } ,
8484 } ,
8585
86+ // Disable Nuxt's internal debugging
8687 debug : false ,
8788
8889 vite : {
You can’t perform that action at this time.
0 commit comments