We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b944119 + 5fbd523 commit 3d8a4beCopy full SHA for 3d8a4be
1 file changed
modules/production.ts
@@ -11,6 +11,10 @@ export default defineNuxtModule({
11
12
if (isCI && provider !== 'github_actions') {
13
nuxt.options.debug = defu(nuxt.options.debug, { hydration: true })
14
+ nuxt.options.sourcemap = {
15
+ server: true,
16
+ client: true,
17
+ }
18
}
19
},
20
})
0 commit comments