ember-cli-htmlbars
ember-cli-htmlbars copied to clipboard
Update `templateOnly` compilation to pass the source moduleName as the first argument.
Discovered while reviewing another PR with @pzuraq, we should be passing the source moduleName in to templateOnly().
For example:
https://github.com/ember-cli/ember-cli-htmlbars/blob/fb0b18a2fd96b3375ae7f21cb85815709dc8f6f8/node-tests/colocated-broccoli-plugin-test.js#L46-L54