Skip to content

Commit

Permalink
Update webpack-issues.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Sep 7, 2023
1 parent 694ff4f commit 8401b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting/webpack-issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module.exports = defineConfig({
os: false, // os-browserify can be polyfilled here if needed
https: false, // https-browserify can be polyfilled here if needed
http: false, // stream-http can be polyfilled here if needed
url: false, // url can be polyfilled here if needed
url: "url", // url is needed if using `signer.provider.send` method for signing from ethers.js
zlib: false, // browserify-zlib can be polyfilled here if needed
};
config.plugins.push(new ProvidePlugin({ Buffer: ["buffer", "Buffer"] }));
Expand Down

1 comment on commit 8401b9e

@vercel
Copy link

@vercel vercel bot commented on 8401b9e Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3auth-docs – ./

web3auth-docs-web3auth.vercel.app
w3a-docs.vercel.app
web3auth-docs-git-master-web3auth.vercel.app

Please sign in to comment.