-
Notifications
You must be signed in to change notification settings - Fork 28
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
Plugin error reporting is raw JSON instead of pretty #183
Comments
It's an error object I haven't taken into account. I can do something about that reasonably quickly. I'll get back to you on this. :) |
Thanks, happy to help you test the implementation! |
https://github.com/PepsRyuu/nollup/pull/185/files Seems to do the trick for TypeScript. |
Released this initial version in |
Thanks! I will give it a try.
…On Sat, Feb 27, 2021, 7:16 AM Paul Sweeney ***@***.***> wrote:
Released this initial version in 0.15.3
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#183 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAP32VHGUQCTFNN4RHHLBJTTBDPB3ANCNFSM4YBFIIPQ>
.
|
I'm not too worried about it. Rollup's error reporting is fairly complicated, and its CLI is even doing stuff like overriding |
When I run Rollup, errors show up like this:
But with nollup they show up like this:
All errors appear to have this difference. Is there a simple way to use the nice formatting implied by the JSON instead of just outputting it raw? Perhaps I have misconfigured something, but if not happy to help improve the functionality here.
The text was updated successfully, but these errors were encountered: