mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +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…
Reference in New Issue
Block a user