mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
chore: move local dist to .output for easier debugging
This commit is contained in:
parent
3c9bb27148
commit
0742e0ff33
@ -4,9 +4,8 @@ import { node } from './node'
|
||||
|
||||
export const local: SigmaPreset = extendPreset(node, {
|
||||
entry: '{{ _internal.runtimeDir }}/entries/local',
|
||||
// @ts-ignore
|
||||
output: {
|
||||
dir: '{{ _nuxt.rootDir }}/node_modules/.cache/sigma'
|
||||
serverDir: '{{ output.dir }}/.local'
|
||||
},
|
||||
minify: false,
|
||||
externals: true,
|
||||
|
Loading…
Reference in New Issue
Block a user