dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Support new target for building a widget library #35

Closed agubler closed 5 years ago

agubler commented 6 years ago

Currently cli-build-widget has a single target, which is to compile a dojo widget into a custom element.

We should look to add a new "target" for building a widget library that can be be shared across multiple downstream projects. This needs to include building the widgets (to .mjs and .js), css and provide the widget typings files.

Possible example usage:

dojo build widget --target lib