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
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
}
}
andreibancioiu
changed the title
sdk-bls-wasm, Module not found: Can't resolve 'fs'
Error - sdk-bls-wasm, Module not found: Can't resolve 'fs'
Oct 22, 2024
Error when building a project:
Reported on Telegram:
The text was updated successfully, but these errors were encountered: