Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ElPrudi opened this issue Jul 20, 2023 · 0 comments
Open

Comments

@ElPrudi
Copy link

ElPrudi commented Jul 20, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant