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

ora swallow rollup warning when building #268

Closed
csr632 opened this issue May 26, 2020 · 1 comment · Fixed by #269
Closed

ora swallow rollup warning when building #268

csr632 opened this issue May 26, 2020 · 1 comment · Fixed by #269

Comments

@csr632
Copy link
Member

csr632 commented May 26, 2020

Describe the bug

console.xxx should be used carefully when ora spinner is running: sindresorhus/ora#90

Currently, spinner is swallowing rollup warning when building.

Reproduction

https://github.com/csr632/test-vite/tree/reproduce-vite-268
Execute npm run build, rollup should warn about import { asd } from "asdasd"; can not be resolved. But currently you can't see any warning.

csr632 added a commit to csr632/test-vite that referenced this issue May 26, 2020
@csr632
Copy link
Member Author

csr632 commented May 26, 2020

Fixed: #269

@github-actions github-actions bot locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant