chore(deps): update dependency webpack-cli to v5 #165
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/webpack-cli-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.10.0
->5.0.0
Release Notes
webpack/webpack-cli
v5.0.0
Compare Source
Bug Fixes
--disable-interpret
option (#3364) (bdb7e20)utils
export (#3343) (a9ce5d0)NODE_PATH
env variable (#3411) (83d1f58)Features
--define-process-env-node-env
optioninterpret
to v3 andrechoir
to v0.8BREAKING CHANGES
migrate
command (#3291) (56b43e4), closes #3291--prefetch
option in favor thePrefetchPlugin
plugin--node-env
option in favor--define-process-env-node-env
--hot
option in favor of directly using theHotModuleReplacement
plugin (only forbuild
command, forserve
it will work)--entry
option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please usewebpack --entry-reset --entry './src/my-entry.js'
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.