-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
chore(gatsby): upgrade webpack #14792
Conversation
Did you try it with developrunner? |
Marking as blocked until we fix this comment Also @wardpeet you'll want to remove the |
027b528
to
d9ef62e
Compare
This is currently blocked by
This is fixed in |
I have to check but maybe we don't need to use my fork anymore |
@pieh we do, unless we are ok with going for a beta package? Your pr got merged but is only published in the beta package |
Is the actual error:
fixed there as well? --edit: |
Looks like Renovate upgraded us to We can open another PR to revert that upgrade if the issue that this was blocked by is still around. |
Webpack finishModules should be AsyncSeriesHook for this plugin. See webpack/webpack@ea172ec See gatsbyjs/gatsby#14792 It has been fixed by gatsbyjs/gatsby@b692879
Description
Upgrades webpack to the latest again so we can remove the mjs hack. It got fixed by webpack upgrading to acorn@^6.
I've linked an issue below that seems to have issues with webpack 4.29.0 on npm. I've tried reproduce it with their repo's and npm versions but sadly no way for me to reproduce.
To let people test I created a gatsby version on npm.
npm install gatsby@webpack-acorn
Related Issues
#11198
fixes #15775