plugins
plugins copied to clipboard
[@rollup/plugin-multi-entry] Multiple outputs
- Rollup Plugin Name: @rollup/plugin-multi-entry
- Rollup Plugin Version: latest
Expected Behavior / Situation
Defining multiple inputs result in multiple outputs
Actual Behavior / Situation
Defining multiple inputs result in 1 file "multi-entry"
Modification Proposal
I'd like to have multiple output files.
I'm building web-components and would like to have a separate output file for each input file. Having 1 output file would mean that if I'd like to use 1 web component from a big component library, I would have to import ALL of them through this 1 multi-entry file