Simplify your Rollup workflow with rollup-plugin-multi-entry. This plugin enables you to specify multiple input files for your Rollup bundle, eliminating the need for complex CLI arguments or configuration objects. Streamline your development process by easily combining multiple entry points into a single output file. Perfect for projects with modular codebases or when building libraries composed of several smaller modules. Simply list your input files, and let the plugin handle the merging.