|
| Description: |
Right now, trying to bundle Cristal in another application causes the following error:
> ERROR: Parameter decorators only work when experimental decorators are enabled
This seems to be due to the way `uiextension-api` is built (through rimraf tsc ), which does not export a generated js module including the decorators. |
|