This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
webpack-cli (source) | ^4.10.0 -> ^5.0.0 |
v5.1.1
v5.1.0
v5.0.2
v5.0.1
v5.0.0
--disable-interpret
option (#3364) (bdb7e20)utils
export (#3343) (a9ce5d0)NODE_PATH
env variable (#3411) (83d1f58)--define-process-env-node-env
optioninterpret
to v3 and rechoir
to v0.8migrate
command (#3291) (56b43e4), closes #3291
--prefetch
option in favor the PrefetchPlugin
plugin--node-env
option in favor --define-process-env-node-env
--hot
option in favor of directly using the HotModuleReplacement
plugin (only for build
command, for serve
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 use webpack --entry-reset --entry './src/my-entry.js'
This MR has been generated by Renovate Bot.