forked from FoundKeyGang/FoundKey
Produce sourcemaps always (debugging on prod is hard)
This commit is contained in:
parent
8fcfdc88d8
commit
e44be45c90
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export default defineConfig(({ command, mode }) => {
|
|||
outDir: __dirname + '/../../built/_client_dist_',
|
||||
assetsDir: '.',
|
||||
emptyOutDir: false,
|
||||
sourcemap: process.env.NODE_ENV !== 'production',
|
||||
sourcemap: true,
|
||||
reportCompressedSize: false,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue