mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 23:11:11 +00:00
Disable source map in Vite config
This commit is contained in:
parent
bc4d1207b9
commit
891b18592e
@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => {
|
||||
clearScreen: false,
|
||||
build: {
|
||||
minify: 'esbuild',
|
||||
sourcemap: true
|
||||
sourcemap: false
|
||||
},
|
||||
esbuild: {
|
||||
pure: mode === 'production' ? [ 'console.log' ] : [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user