Skip to content
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

Closed
wants to merge 5 commits into from
Closed

Webpack v5 #492

wants to merge 5 commits into from

Conversation

bpinto
Copy link

@bpinto bpinto commented Aug 18, 2021

Depends on #491
Closes: #423

  • Upgrades webpack to latest.

Ref: https://webpack.js.org/migrate/5/

@erezrokah erezrokah added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Aug 18, 2021
@bpinto bpinto force-pushed the webpack-v5 branch 2 times, most recently from cad85a2 to b7bbbc6 Compare August 18, 2021 16:56
@erezrokah erezrokah mentioned this pull request Sep 1, 2021
2 tasks
@bpinto
Copy link
Author

bpinto commented Sep 1, 2021

P.S.: I've rebased code on top of latest main.

@0rvar
Copy link

0rvar commented Feb 15, 2022

Eagerly awaiting this PR. Let me know if you need any help testing

@SupersonicMagpie
Copy link

@bpinto how does this PR brings new webpack? I see that it still has webpack 4 as a dependency

@bpinto
Copy link
Author

bpinto commented Apr 4, 2022

@SupersonicMagpie sure, I've pushed a new commit updating the library.

bpinto added 5 commits April 4, 2022 12:31
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)
@danez
Copy link
Contributor

danez commented Feb 13, 2023

We are deprecating netlify-lambda and therefore won't need this PR anymore. Thanks for your contributions and sorry it wasn't used.

@danez danez closed this Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to webpack 5
5 participants