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

**URL:** https://discourse.aurelia.io/t/aurelia-templating-resources-try-to-load-html-views-module-with-id-atr-compose-html-not-found/744
**Category:** Help Requests
**Created:** [February 5, 2018, 9:32am UTC](https://discourse.aurelia.io/t/aurelia-templating-resources-try-to-load-html-views-module-with-id-atr-compose-html-not-found/744 "2018-02-05T09:32:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mvehar](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/mvehar/32/549_2.png) [@mvehar](https://discourse.aurelia.io/u/mvehar)
#### Post date: [February 5, 2018, 9:32am UTC](https://discourse.aurelia.io/t/aurelia-templating-resources-try-to-load-html-views-module-with-id-atr-compose-html-not-found/744/1 "2018-02-05T09:32:58Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![obedm503](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/obedm503/32/83_2.png) [@obedm503](https://discourse.aurelia.io/u/obedm503)
#### Post date: [February 9, 2018, 7:32pm UTC](https://discourse.aurelia.io/t/aurelia-templating-resources-try-to-load-html-views-module-with-id-atr-compose-html-not-found/744/2 "2018-02-09T19:32:47Z")

</div>

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
