Skip to content

webpack-cli@7.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 16:36
· 4 commits to main since this release
5fb92f3

Patch Changes

  • Improved CLI startup performance and reduced memory usage. (by @alexander-akait in #4765)

  • Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by @alexander-akait in #4760)

  • Replace the fastest-levenshtein dependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by @alexander-akait in #4762)