fix: disable external tracing for local preset

This commit is contained in:
Pooya Parsa 2021-01-20 15:34:00 +01:00
parent fa5d0e04f9
commit 0675191cba

View File

@ -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