mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-10 00:29:29 +02:00
Being explicit in vite configuration for relative paths
This commit is contained in:
parent
72439ffff7
commit
5c8deca426
@ -31,6 +31,7 @@ export default defineConfig(({mode}) => {
|
|||||||
|
|
||||||
return ({
|
return ({
|
||||||
...defaultConfig,
|
...defaultConfig,
|
||||||
|
base: '',
|
||||||
esbuild: {
|
esbuild: {
|
||||||
pure: mode === 'production' ? ['console.log'] : [],
|
pure: mode === 'production' ? ['console.log'] : [],
|
||||||
keepNames: true,
|
keepNames: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user