Skip to content

Commit 72d7d31

Browse files
committed
chore: enable rolldown devtools option to generate debug log
1 parent e5fce52 commit 72d7d31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/rolldown/src/nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ export default defineNuxtConfig({
8989
vite: {
9090
base: BASE,
9191
build: {
92+
// @ts-expect-error skip type check
93+
rolldownOptions: {
94+
devtools: {},
95+
},
9296
minify: NUXT_DEBUG_BUILD ? false : undefined,
9397
cssMinify: false,
9498
},

0 commit comments

Comments
 (0)