ember-cli / ember-cli-htmlbars

MIT License
77 stars 67 forks source link

add `this._super` call to included hook plugin doc #732

Closed fivetanley closed 2 years ago

fivetanley commented 3 years ago

Not calling this._super in the included hook causes other build issues (at least when developing an addon) and seems to be the recommended practice in the docs as well:

https://cli.emberjs.com/release/writing-addons/in-repo-addons/#broccolibuildoptionsforinrepoaddons

ef4 commented 2 years ago

Thanks!