Skip to content

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

@ElPrudi

Description

@ElPrudi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions