rollup-plugin-progress icon indicating copy to clipboard operation
rollup-plugin-progress copied to clipboard

Output does not correctly move to new line when used with other plugins.

Open ElPrudi opened this issue 2 years ago • 0 comments

For my rollup config, I also use rollup-plugin-size and rollup-plugin-filesize, but this plugin does not move to the next line with default props when it's done:

100% (4): src/ErrorBox.tsx┌────────────────────────────────┐
│                                │
│   Destination: dist/index.js   │
│   Bundle Size:  2.58 KB        │
│   Minified Size:  1.81 KB      │
│   Gzipped Size:  767 B         │
│                                │
└────────────────────────────────┘
┌───────────────────────────────────┐
│                                   │
│   Destination: dist/index.es.js   │
│   Bundle Size:  2.55 KB           │
│   Minified Size:  1.77 KB         │
│   Gzipped Size:  757 B            │
│                                   │
└───────────────────────────────────┘
          index.es.js ⏤  0 B (-944 B)
          index.es.js ⏤  944 B
created dist/index.js, dist/index.es.js in 10.1s

ElPrudi avatar Jul 20 '23 11:07 ElPrudi