Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit f9930ef

Browse files
authored
Merge pull request #12 from ABlockOfficial/update_readme
Update README.md
2 parents 02720d0 + d678a08 commit f9930ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Specific areas of focus include:
7272
- Encryption and decryption of key-pairs during operations safely.
7373
- Transactions and other complex network interactions simplified.
7474

75+
### Polyfill node core modules in webpack 5
76+
Webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. This affect CRA, Angular, Vue.js and Gatsby ([see fix](https://web3auth.io/docs/troubleshooting/webpack-issues#react-create-react-app)). We recommend using next.js as it [supports modern browsers with no configuration](https://nextjs.org/docs/architecture/supported-browsers#polyfills).
77+
7578
<p align="right">(<a href="#top">back to top</a>)</p>
7679

7780
<!-- GETTING STARTED -->

0 commit comments

Comments
 (0)