Skip to content

Commit

Permalink
Providing webpackIgnore is crucial for a successful Webpack build. (#613
Browse files Browse the repository at this point in the history
)
  • Loading branch information
baszczewski authored Oct 24, 2023
1 parent f84442d commit 7679537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffmpeg/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7679537

Please sign in to comment.