chore: move local artifacts to buildDir/sigma

This commit is contained in:
Pooya Parsa 2020-12-07 21:49:03 +01:00
parent 921bb15130
commit 28be995ef4

View File

@ -5,7 +5,7 @@ import { node } from './node'
export const local: SigmaPreset = extendPreset(node, {
entry: '{{ _internal.runtimeDir }}/entries/local',
output: {
serverDir: '{{ output.dir }}/.local'
serverDir: '{{ _nuxt.buildDir }}/sigma'
},
minify: false,
externals: true,