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

Bump webpack-cli and webpack-dev-server from v3 to v4 #10568

Merged
merged 4 commits into from
Mar 21, 2023

Commits on Mar 20, 2023

  1. Bump webpack-dev-server from 3.11.3 to 4.12.0

    Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.3 to 4.12.0.
    - [Release notes](https://github.com/webpack/webpack-dev-server/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-server@v3.11.3...v4.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-server
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jibees committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b306539 View commit details
    Browse the repository at this point in the history
  2. Bump webpack-cli from 3.3.12 to 4.10.0

    I don't know why, but Dependabot decided not to: #9798 (comment)
    
    This is required for webpack-dev-server v4.
    dacook authored and jibees committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a97d416 View commit details
    Browse the repository at this point in the history
  3. Remove @webpack-cli/serve

    This now gets included as a dependency of webpack-cli v4. If webpack-cli had been upgraded earlier, we never would have needed to specify this.
    dacook authored and jibees committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0632553 View commit details
    Browse the repository at this point in the history
  4. Modify configuration to match new version of webpacker

    Error was:
    ```
    ERROR in chunk admin [entry]
    js/[name]-[contenthash].js
    Cannot use [chunkhash] or [contenthash] for chunk in 'js/[name]-[contenthash].js' (use [hash] instead)
    ```
    jibees committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bfbcdba View commit details
    Browse the repository at this point in the history