Aurelia templating resources try to load HTML views (module with ID atr/compose.html not found)

Tried to remove node_modules, lock files, updating npm/node and aurelia libraries. Nothing produces error free output. After debugging I noticed that startup tries to load html views for each ATR module (compose, if, etc. ) even though they are in sources annotated with @noView.

Had anyone have similar problems? I’ll post additional info soon.

Are you using webpack? Because if you’re using webpack and never referenced the HTML file with ‘PLATFORM.moduleName’ it won’t be bundled. But if you annotated with @noView it might be a bug with the Aurelia webpack plugin