mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix: only generate sourcemap in development
This commit is contained in:
parent
a9427e2ea0
commit
c2ffdcf78b
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ export default defineNuxtConfig({
|
|||
crawlLinks: true,
|
||||
},
|
||||
},
|
||||
sourcemap: !isDevelopment,
|
||||
sourcemap: isDevelopment,
|
||||
hooks: {
|
||||
'nitro:config': function (config) {
|
||||
const nuxt = useNuxt()
|
||||
|
|
Loading…
Reference in a new issue