Open andreibancioiu opened 2 weeks ago
If using webpack, adjust the fallbacks configuration as follows:
webpack: (config, { buildId }) => {
config.resolve.fallback = {
fs: false, // This will prevent fs from being bundled for the client
// You can add other shims here if needed
}
}
Solution proposed on Telegram:
This is related to the recent inclusion of sdk-wallet
into sdk-core
, as part of the SDKs unification process.
At some point into the (near) future, sdk-bls-wasm
will be dropped - to be replaced by noble-curves
. See: https://github.com/multiversx/mx-sdk-js-wallet/issues/30 and https://github.com/multiversx/mx-sdk-js-wallet/pull/51.
Error when building a project:
Reported on Telegram: