Fix website
This commit is contained in:
parent
39f4c69571
commit
083397a602
@ -58,7 +58,7 @@ const load = async ({
|
||||
// when web worker type is `module`.
|
||||
(self as WorkerGlobalScope).createFFmpegCore = (
|
||||
(await import(
|
||||
/* webpackIgnore: true *//* @vite-ignore */ _coreURL
|
||||
/* @vite-ignore */ _coreURL
|
||||
)) as ImportedFFmpegCoreModuleFactory
|
||||
).default;
|
||||
|
||||
|
@ -13,4 +13,7 @@ module.exports = {
|
||||
library: "FFmpegWASM",
|
||||
libraryTarget: "umd",
|
||||
},
|
||||
stats: {
|
||||
warnings:false
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user