You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: