Why can't Aurelia deal with self-closing require elements?
For example:
<require from="component"></require> works
<require from="component"/> doesn't work
No error is given, yet the entire template will fail if you try to use the self-closing element.