Rollup-plugin-esbuild is a valuable tool for developers seeking to leverage the speed and efficiency of esbuild within their Rollup workflows. Version 3.0.2 refines this integration, offering a slightly smaller unpacked size (9712 bytes compared to 3.0.1's 9804 bytes), potentially indicating minor optimizations in the package's structure. The key difference between versions 3.0.1 and 3.0.2 lies in their dependencies. Version 3.0.1 relies on strip-json-comments, while version 3.0.2 uses jsonc-parser. This swap suggests a change in how the plugin handles JSON configuration files, potentially offering improved parsing capabilities or better alignment with modern JSON standards in version 3.0.2.
For developers, this update highlights the importance of staying current to benefit from dependency improvements and potential speed gains alongside streamlined configuration handling. Both versions maintain identical peer dependencies, requiring esbuild version 0.9.0 or higher, ensuring API compatibility and feature availability. This plugin is designed to appeal to those looking for faster builds and smaller bundle sizes. Leveraging sponsorship link included in the description, encourage you to support the author's ongoing development efforts, fostering continued enhancements and support for this valuable build tool.
The are not vulnerabilities for the version 3.0.2 of the package rollup-plugin-esbuild