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

Update to webpack@5 and webpack-cli@4. #945

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

davidlehn
Copy link
Member

@davidlehn davidlehn commented Jan 25, 2022

Note this a breaking change for 2.x or later.

  • Remove deprecated worker-loader, enable and fix Worker tests.

- Update to `webpack@5` and `webpack-cli@4`.
- **BREAKING**: Update node engine to `>= 10.13.0`. Old Node.js *may*
  still work, but due to tooling upgrades, they can no longer be tested.
@davidlehn davidlehn added this to the v2.x milestone Jan 25, 2022
- webpack update requires more updates.
@codecov-commenter
Copy link

codecov-commenter commented Jan 25, 2022

Codecov Report

Merging #945 (0510c98) into main (7928551) will decrease coverage by 0.72%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #945      +/-   ##
==========================================
- Coverage   79.84%   79.11%   -0.73%     
==========================================
  Files          42       42              
  Lines        9510     9510              
==========================================
- Hits         7593     7524      -69     
- Misses       1917     1986      +69     
Impacted Files Coverage Δ
lib/prime.js 12.26% <0.00%> (-37.74%) ⬇️
lib/rsa.js 72.72% <0.00%> (-5.86%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7928551...0510c98. Read the comment docs.

- Not used in webpack@5.
- worker-loader deprecated in webpack@5 but still using here for now.
- karma having issues serving the files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants