mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix: disable external tracing for local preset
This commit is contained in:
parent
fa5d0e04f9
commit
0675191cba
@ -8,7 +8,9 @@ export const local: SigmaPreset = extendPreset(node, {
|
|||||||
serverDir: '{{ _nuxt.buildDir }}/sigma'
|
serverDir: '{{ _nuxt.buildDir }}/sigma'
|
||||||
},
|
},
|
||||||
minify: false,
|
minify: false,
|
||||||
externals: true,
|
externals: {
|
||||||
|
trace: false
|
||||||
|
},
|
||||||
inlineChunks: true,
|
inlineChunks: true,
|
||||||
timing: false,
|
timing: false,
|
||||||
sourceMap: true
|
sourceMap: true
|
||||||
|
Loading…
Reference in New Issue
Block a user