dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Generate custom elements for widgets that do not use properties in the render #254

Closed rorticus closed 4 years ago

rorticus commented 4 years ago

Enhancement

Widgets that do not actually pull in properties as an argument to the factory do not get custom element information created for them. This means that if your widget just uses middleware, you will not get custom element properties/keys for the middleware properties.

It would be ideal if the custom element transformer looked at the type of the factory rather than the properties parameter.