From 8401b9edc543521a17365eea6b02c4f859b57664 Mon Sep 17 00:00:00 2001 From: Maharshi Mishra Date: Thu, 7 Sep 2023 15:57:45 +0800 Subject: [PATCH] Update webpack-issues.mdx --- docs/troubleshooting/webpack-issues.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/webpack-issues.mdx b/docs/troubleshooting/webpack-issues.mdx index 4352a0a2a..d79df254a 100644 --- a/docs/troubleshooting/webpack-issues.mdx +++ b/docs/troubleshooting/webpack-issues.mdx @@ -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"] }));