Mini CSS Extract Plugin is a Webpack plugin that extracts CSS into separate files, creating a CSS file per JS file which contains CSS. It supports on-demand loading of CSS and SourceMaps. Version 2.3.0 was released on September 11, 2021, while version 2.2.2 was released on September 1, 2021. Both versions share the same core functionality and most of their dependencies and devDependencies.
A key difference lies in their unpacked size, with version 2.3.0 being slightly larger. Developers upgrading should note a potential increase in bundle size, although the exact impact will vary based on their specific project setup. Additionally, the release dates indicate a relatively short period between versions, suggesting possible bug fixes or minor enhancements in the newer release.
For developers considering an upgrade, reviewing the changelog on the official GitHub repository is highly recommended to understand specific fixes and features introduced in version 2.3.0. While the core dependencies remain consistent, any internal changes or bug fixes could impact compatibility with certain configurations or third-party plugins. As always, thorough testing in a development environment before deploying to production is crucial.
The are not vulnerabilities for the version 2.3.0 of the package mini-css-extract-plugin