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.
Describe the bug
console.xxxshould be used carefully when ora spinner is running: sindresorhus/ora#90Currently, 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 aboutimport { asd } from "asdasd";can not be resolved. But currently you can't see any warning.