There is 1 update.
 
 
Cristal / cid:jira-generated-image-avatar-b3c904c9-c759-438d-85ff-b25b5aa9706b CRISTAL-715 Closed

uiextension-api needs to be built with vite to be properly distributed

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-bb19827c-84f0-4451-8e30-9b4eee21b7ff Changes by Pierre Jeanjean on 27/Oct/25 14:21
 
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.