-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
No polyfills for node modules http and https with Webpack 5 (via CRA 5) #254
Comments
I am having the same issue. |
10 tasks
same issue but with vite. |
This has been quite the rabbit hole, to fix it for now I followed the error and added the fallback in the
And then installed each of those using |
webpack.config.js is only available if you eject, which is something we are trying not to do. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I upgraded to Create React App 5 recently, which newly uses Webpack 5.
Now Webpack 5 is not automagically doing polyfills for node modules anymore.
The errors are something like this (I cut out a lot of noise):
Is it possible to make @apidevtools/json-schema-ref-parser work with browsers somehow?
The text was updated successfully, but these errors were encountered: