Webpack CLI version 4.7.1 is a minor update focused on refining the developer experience for those using Webpack and its related tools. Released on June 7th, 2021, it builds upon the foundation laid by version 4.7.0, which was released on May 6th, 2021. A key difference is the updated dependencies, specifically @webpack-cli/info updated from version 1.2.4 to 1.3.0 and @webpack-cli/serve updated from version 1.4.0 to 1.5.0, and @webpack-cli/configtest updated from version 1.0.3 to 1.0.4. These updates likely include bug fixes, performance improvements, and potentially new features within the info, serve, and configtest commands provided by Webpack CLI. Furthermore, the package size slightly decreased from 164422 unpacked size and 19 files to 102438 unpacked size and 18 files which may mean code optimization. For developers, these changes translate to a more stable and efficient command-line interface for managing Webpack configurations, serving development builds, and testing configurations. The core dependencies like execa, rechoir, colorette, commander, and webpack-merge remain consistent, ensuring compatibility and a familiar workflow.
Developers should upgrade to version 4.7.1 to benefit from the latest improvements and ensure they are using the most polished version of the Webpack CLI available within the 4.x.x series focusing on improvements of info, serve, and configtest subpackages.
The are not vulnerabilities for the version 4.7.1 of the package webpack-cli