mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +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,
|
clearScreen: false,
|
||||||
build: {
|
build: {
|
||||||
minify: 'esbuild',
|
minify: 'esbuild',
|
||||||
sourcemap: true
|
sourcemap: false
|
||||||
},
|
},
|
||||||
esbuild: {
|
esbuild: {
|
||||||
pure: mode === 'production' ? [ 'console.log' ] : [],
|
pure: mode === 'production' ? [ 'console.log' ] : [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user