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