diff --git a/packages/ffmpeg/src/worker.ts b/packages/ffmpeg/src/worker.ts index f17a444423..876f812493 100644 --- a/packages/ffmpeg/src/worker.ts +++ b/packages/ffmpeg/src/worker.ts @@ -58,7 +58,7 @@ const load = async ({ // when web worker type is `module`. (self as WorkerGlobalScope).createFFmpegCore = ( (await import( - /* @vite-ignore */ _coreURL + /* webpackIgnore: true *//* @vite-ignore */ _coreURL )) as ImportedFFmpegCoreModuleFactory ).default;