Thank you for making this package- it is super useful
However I find it really hard to use as if there is any sort of compilation error, nothing is logged out and the entire page I'm working on immediately goes blank
I would except some kind of error message to help debug the issue, as well as for this to prevent builds from successfully completing
Reproduction Steps
- Clone https://github.com/ethanniser/ec-twoslash-issue-repro.git
- Run
bun i then bun run dev
- Go to http://localhost:4321/blog/example/
- Observe twoslash working
- Uncomment commented lines in
src/content/blog/example.md
- Observe whole page go blank
- Run
bun run build
- Observe build succeed without error
- Look at
dist and see that build output is also blank (like dev)
Thank you for making this package- it is super useful
However I find it really hard to use as if there is any sort of compilation error, nothing is logged out and the entire page I'm working on immediately goes blank
I would except some kind of error message to help debug the issue, as well as for this to prevent builds from successfully completing
Reproduction Steps
bun ithenbun run devsrc/content/blog/example.mdbun run builddistand see that build output is also blank (like dev)