-
-
Notifications
You must be signed in to change notification settings - Fork 936
Multiple issues with vanilla JS project #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
me too, i didnt manage to use the vite project either... |
@IronWarrior The issue seems to come from using the UMD version, which were more common in older setups (UMD builds rely on global variables like exports or FFmpegUtil) Old
New
|
@sugoidesune Are you building with react-vite? I think the issue is with In the mean time a quick fix could be changing this line in From To |
Excellent, worked perfectly. Thanks very much for your help! |
Update: Version 0.12.10 of |
Error occurs when running
npm run download
.When investigating, I found I wasn't able to locate a version
0.12.10
forcore-mt
, making me thing it's the root error. Swapping it to 0.12.9 does resolve this, however when running the project and loading it in Chrome I get the following errors.The former pointing to, in
util...index.js
.The text was updated successfully, but these errors were encountered: