webpack-cli
Advanced tools
Changelog
5.0.0 (2022-11-17)
--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'