-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack5 support for create-react-app #4173
Comments
CRA Tracking issue facebook/create-react-app#9994 (comment) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment. |
Still being looked into |
Will be blocked until 5.0 releases which includes webpack 5 support. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment. |
This is an important one. I'm done and will use https://www.npmjs.com/package/ethers instead |
Hi @ArthurGerbelot we are waiting for create-react-app to upgrade to support webpack 5, once they do we will create support ASAP. Currently the latest version of create-react-app does work with web3.js so If you are facing a problem please create an issue. Sorry if you are facing any issues |
https://github.com/ChainSafe/web3.js#web3-and-create-react-app Instructions now exist for getting create-react-app working with web3js |
When a user uses the create-react-app to make their React project, it comes pre bundled with webpack 5. The scope will be to ensure that web3.js can be successfully bundled using webpack 5 and within a React project made with the create-react-app.
The text was updated successfully, but these errors were encountered: