fix: ffmpeg 压缩适配

This commit is contained in:
tim
2025-09-11 19:10:14 +08:00
parent ea079e8b8a
commit ab04a8b6b1
5 changed files with 7 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ export default defineNuxtConfig({
},
vite: {
optimizeDeps: {
include: ['@ffmpeg/ffmpeg', '@ffmpeg/util'],
exclude: ['@ffmpeg/ffmpeg', '@ffmpeg/util'],
},
build: {},
},