riju icon indicating copy to clipboard operation
riju copied to clipboard

Show compilation errors during development

Open raxod502 opened this issue 3 years ago • 0 comments

Currently, if there is a compilation error in any of the application code of Riju, the only indication when using yarn dev is that the code stops being updated. This is often difficult to notice. Instead, the server should serve an error page, making it impossible to ignore compilation errors. The solution should cover errors in tsc, webpack, and clang.

raxod502 avatar Jun 15 '21 05:06 raxod502