This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Description
Sample app:
web/main.dart
@Component(
templateUrl: 'myTemplate.html'
myTemplate.html is in web/ but the transformer looks for it in package root.
pub build
> line 11, column 1 of web/main.dart: Unable to find mytmp.html at shadow_demo|mytmp.html
This manifests rather nastily during runtime as a Missing getter: (o) => o.foo error.