You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's because lucid are using fetch instead of dynamic import to install those two modules.
What I've done is forking a lucid and replace default link of those two files with a CDN version.
I would recommend that lucid can give us an option to decide whether use local or remote ones, so we can easily use it in vite project. @alessandrokonrad
node_modules/lucid-cardano/esm/src/core/libs/cardano_message_signing/cardano_message_signing_bg.wasm
node_modules/lucid-cardano/esm/src/core/libs/cardano_multiplatform_lib/cardano_multiplatform_lib_bg.wasm
You need to manually copy the above two files to the following folder
, which can temporarily solve this problem, but you must copy it every time
node_modules.vite\deps
The text was updated successfully, but these errors were encountered: