mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-07 07:52:54 +08:00
调整 Vite 配置,增加最大缓存文件大小至 10MB,以支持更大的文件。
This commit is contained in:
@@ -149,7 +149,7 @@ export default defineConfig({
|
||||
},
|
||||
injectManifest: {
|
||||
rollupFormat: 'iife',
|
||||
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024,
|
||||
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024,
|
||||
},
|
||||
devOptions: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user