mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 06:31:27 +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, {
|
export const local: SigmaPreset = extendPreset(node, {
|
||||||
entry: '{{ _internal.runtimeDir }}/entries/local',
|
entry: '{{ _internal.runtimeDir }}/entries/local',
|
||||||
// @ts-ignore
|
|
||||||
output: {
|
output: {
|
||||||
dir: '{{ _nuxt.rootDir }}/node_modules/.cache/sigma'
|
serverDir: '{{ output.dir }}/.local'
|
||||||
},
|
},
|
||||||
minify: false,
|
minify: false,
|
||||||
externals: true,
|
externals: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user