Not sure if this is intended functionality, but when I include .html templates into component, this plugin will filter them out by returning "undefined". when that hits the component builder, it errors.
Warning: Command failed:
/Users/aaron/src/project2/builder.js:63
if (err) throw err;
^
TypeError: Cannot read property 'filename' of undefined
Not sure if this is intended functionality, but when I include .html templates into component, this plugin will filter them out by returning "undefined". when that hits the component builder, it errors.