Providing webpackIgnore is crucial for a successful Webpack build. (#613)
This commit is contained in:
parent
f84442d76d
commit
76795378b9
@ -58,7 +58,7 @@ const load = async ({
|
|||||||
// when web worker type is `module`.
|
// when web worker type is `module`.
|
||||||
(self as WorkerGlobalScope).createFFmpegCore = (
|
(self as WorkerGlobalScope).createFFmpegCore = (
|
||||||
(await import(
|
(await import(
|
||||||
/* @vite-ignore */ _coreURL
|
/* webpackIgnore: true *//* @vite-ignore */ _coreURL
|
||||||
)) as ImportedFFmpegCoreModuleFactory
|
)) as ImportedFFmpegCoreModuleFactory
|
||||||
).default;
|
).default;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user