I add web3 package to my react project and start.
yarn add web3
yarn start
But it causes following errors:
...
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
...
I add web3 package to my react project and start.
yarn add web3
yarn start
But it causes following errors:
...
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
...