I have an Aurelia application based on Webpack TypeScript Skeleton .
My Aurelia application is located inside the .NET application, inside the auxiliary controller, which displays the main layout template in which I include my Aurelia goodness (body tag and scripts). I want to use the watch / hot reloading features for Webpack, but I do not use the standard index.html approach.
What are my options here? Is there a way in which I can proxy an observer in my running application?
source share