dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Support custom element descriptors as well as decorated classes #265

Closed bitpshr closed 6 years ago

bitpshr commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

This PR updates the template files used during custom element injection to support either a custom element descriptor (as was previously expected) or a decorated class. This change arose from dojo/widgets#837.