plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[@rollup/plugin-multi-entry] Multiple outputs

Open DalderupMaurice opened this issue 3 years ago • 0 comments

  • 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

DalderupMaurice avatar Jul 06 '22 12:07 DalderupMaurice