I started this thread but think my answer might already be answered here.
I want to do lazy loading outside without using any bundling at all, just vanilla JS and Aurelia2 as a script-tag. It seems like <au-compose>
or maybe even a plain <import>
would work since I am not bundling?