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

Commits on Jan 25, 2022

  1. Update to webpack@5 and webpack-cli@4.

    - 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 committed Jan 25, 2022
    Copy the full SHA
    4cf4596 View commit details
    Browse the repository at this point in the history
  2. Test on Node.js 16.x.

    davidlehn committed Jan 25, 2022
    Copy the full SHA
    bed5c00 View commit details
    Browse the repository at this point in the history
  3. Update dependencies.

    - webpack update requires more updates.
    davidlehn committed Jan 25, 2022
    Copy the full SHA
    a8e791a View commit details
    Browse the repository at this point in the history
  4. Remove old node overrides.

    - Not used in webpack@5.
    davidlehn committed Jan 25, 2022
    Copy the full SHA
    b14f9b7 View commit details
    Browse the repository at this point in the history
  5. Disable worker tests.

    - worker-loader deprecated in webpack@5 but still using here for now.
    - karma having issues serving the files.
    davidlehn committed Jan 25, 2022
    Copy the full SHA
    0510c98 View commit details
    Browse the repository at this point in the history