[READ-ONLY] a fast, modern browser for the npm registry

chore: enable sourcemaps in production (#848)

authored by

Daniel Roe and committed by
GitHub
5fbd5231 243b23a6

+4
+4
modules/production.ts
··· 11 11 12 12 if (isCI && provider !== 'github_actions') { 13 13 nuxt.options.debug = defu(nuxt.options.debug, { hydration: true }) 14 + nuxt.options.sourcemap = { 15 + server: true, 16 + client: true, 17 + } 14 18 } 15 19 }, 16 20 })