webpack-cli@7.2.3
Added 1
- Allow toml@5 as a peer dependency for TOML configuration files
Fixed 1
- Resolve the webpack-dev-server type from its default export so the types work with both v5 and v6
From webpack-cli
Patch Changes
-
fix: resolve the
webpack-dev-servertype from its default export, so the types work with both v5 and v6 (by @bjohansebas in #4834) -
feat: allow
toml@5as a peer dependency for TOML configuration files (by @alexander-akait in #4837)