aurelia / webpack-plugin

A plugin for webpack that enables bundling Aurelia applications.
MIT License
90 stars 36 forks source link

html-requires-loader.ts missing support of dep tracing on as-element with element and router-view #141

Closed 3cp closed 6 years ago

3cp commented 6 years ago

@jods4 missing support dep tracing of view and view-model.

<any as-element="compose" view="./v.html" view-model="./vm">
<any as-element="router-view" layout-view="./v.html" layout-view-model="./vm">
jods4 commented 6 years ago

Closed as a duplicate of #130