-
Notifications
You must be signed in to change notification settings - Fork 1.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
Upgrading to 6.0.0.beta.7 emits "missing polyfills for node.js core modules" error #3112
Comments
Can you try to upgrade to v6.0.0.rc.1? Remember to run |
I got the same require chain There are other packages besides
I also see both |
Btw this is not a webpacker issue, is caused by some of your dependency. Can you post the package.json? |
Well there is a binstub just for |
If #2994 is fixed and |
Original Message:
This might or might not be issue of webpacker as I have no idea what requires the packages which require
buffer
or other core modulesI think this issue is worth mentioning in the upgrade guide anyway
Edit 1: For
buffer
, it's require chain looks likewebpack-dev-server
>compression
>safe-buffer
>buffer
The text was updated successfully, but these errors were encountered: