riju
riju copied to clipboard
Show compilation errors during development
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.