Skip to content

build: update webpack to version 4.38.0 #15170

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

Merged
merged 1 commit into from
Jul 26, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 26, 2019

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 4.37.0 -> 4.38.0
webpack dependencies minor 4.37.0 -> 4.38.0

Release Notes

webpack/webpack

v4.38.0

Compare Source

Performance

  • Improved performance of ProgressPlugin
  • Improved performance of chunk graph generation
    • This can boost performance when many chunks are used, especially incremental build performance
    • Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders optimization.removeAvailableModules unneeded, expect in scenarios where chunks are merged during optimization.
  • optimization.removeAvailableModules is now disabled in development mode by default
    • optimization.removeAvailableModules will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@forking-renovate forking-renovate bot added the target: major This PR is targeted for the next major release label Jul 26, 2019
@renovate-bot renovate-bot force-pushed the renovate/webpack-4.x branch from c0f7572 to f36080f Compare July 26, 2019 08:59
@renovate-bot renovate-bot force-pushed the renovate/webpack-4.x branch from f36080f to dde7d72 Compare July 26, 2019 18:26
@vikerman vikerman merged commit b4c441e into angular:master Jul 26, 2019
@renovate-bot renovate-bot deleted the renovate/webpack-4.x branch July 26, 2019 20:32
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants