mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
[Bug] Update vite-minify-json-plugin.ts (#3238)
Fix minify Jain plugin running in vite serve mode
This commit is contained in:
parent
5b4a24824f
commit
0b9d9b5638
@ -35,6 +35,7 @@ export function minifyJsonPlugin(basePath: string | string[], recursive?: boolea
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
name: "flx-minify-json",
|
name: "flx-minify-json",
|
||||||
|
apply: "build",
|
||||||
configResolved(config) {
|
configResolved(config) {
|
||||||
buildDir = config.build.outDir; // Read the build output directory from Vite config
|
buildDir = config.build.outDir; // Read the build output directory from Vite config
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user