-
Notifications
You must be signed in to change notification settings - Fork 116
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
Webpack v5 #492
Webpack v5 #492
Conversation
cad85a2
to
b7bbbc6
Compare
P.S.: I've rebased code on top of latest main. |
Eagerly awaiting this PR. Let me know if you need any help testing |
@bpinto how does this PR brings new webpack? I see that it still has webpack 4 as a dependency |
@SupersonicMagpie sure, I've pushed a new commit updating the library. |
It's not a direct replacement, however this may cover all the needs. If needed, we can work on the merge strategy. Jest has a file system cache that is not cleared, not even using `jest.resetModules()`. As a workaround, we create the webpack config files with a unique suffix. Ref: jestjs/jest#11426 (comment)
We are deprecating |
Depends on #491
Closes: #423
Ref: https://webpack.js.org/migrate/5/