antfu-collective / vite-plugin-inspect

Inspect the intermediate state of Vite plugins
MIT License
1.29k stars 76 forks source link

feat: capture errors #87

Closed sxzz closed 1 year ago

sxzz commented 1 year ago

Description

Capture errors.

image

Linked Issues

Additional context

antfu commented 1 year ago

For errors, maybe it would be better to disable compare as well as the diff? Maybe a dedicated view so the stacktrace could be clickable.

sxzz commented 1 year ago

Disabled diff and compare now. But I'm not interested in implementing clickable stack trace now. Maybe someone else can do it? 🤔