dojo / webpack-contrib

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

Discover middleware-added properties in element-transformer #253

Closed rorticus closed 4 years ago

rorticus commented 4 years ago

Update element-transformer to discover properties added by middleware. At the moment for theme and i18n etc the author still needs to remember to extend the widgets properties just to ensure that they element-transformer picks them up.

rorticus commented 4 years ago

Did a few tests and I was unable to reproduce this. I'll keep this open in case there is something I'm missing. I created a PR to remove the extraneous extends from the functional widgets in @dojo/widgets.

https://github.com/dojo/widgets/pull/1122