Skip to content

Commit 3d8a4be

Browse files
authored
Merge branch 'main' into click-relative
2 parents b944119 + 5fbd523 commit 3d8a4be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/production.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export default defineNuxtModule({
1111

1212
if (isCI && provider !== 'github_actions') {
1313
nuxt.options.debug = defu(nuxt.options.debug, { hydration: true })
14+
nuxt.options.sourcemap = {
15+
server: true,
16+
client: true,
17+
}
1418
}
1519
},
1620
})

0 commit comments

Comments
 (0)