You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an error occurs while compiling templates etc., we should show an error page when in watch mode and abort with a human readable error when in compile mode.
Also:
Error: Cannot find module '…/aiur.config.js'
Error: ENOENT: no such file or directory, open '…/components/…/index.md'
The text was updated successfully, but these errors were encountered:
Potentially relevant: If an error occurs while executing complate views, we wanna make the respective bundle's source code available (somehow - ideally by parsing the exception and showing the respective lines with context).
When an error occurs while compiling templates etc., we should show an error page when in watch mode and abort with a human readable error when in compile mode.
Also:
Error: Cannot find module '…/aiur.config.js'
Error: ENOENT: no such file or directory, open '…/components/…/index.md'
The text was updated successfully, but these errors were encountered: