fix: Can't resolve 'crypto'

This commit is contained in:
thecodrr
2021-10-21 13:21:24 +05:00
parent 3c064b11d3
commit f292a6814d

View File

@@ -1,12 +1,12 @@
diff --git a/node_modules/react-scripts/config/webpack.config.js b/node_modules/react-scripts/config/webpack.config.js
index 26c2a65..6fb9d6d 100644
index 26c2a65..9a8c3c0 100644
--- a/node_modules/react-scripts/config/webpack.config.js
+++ b/node_modules/react-scripts/config/webpack.config.js
@@ -782,6 +782,7 @@ module.exports = function (webpackEnv) {
// Some libraries import Node modules but don't use them in the browser.
// Tell webpack to provide empty mocks for them so importing them works.
node: {
+ crypto: false,
+ crypto: 'empty',
module: 'empty',
dgram: 'empty',
dns: 'mock',