apache / incubator-kie-tools

Tools for KIE
Apache License 2.0
250 stars 185 forks source link

Heavy file size for dmn standalone editor #2480

Open venkata-ramana-subramanyam opened 3 months ago

venkata-ramana-subramanyam commented 3 months ago

Hi,

I am using https://www.npmjs.com/package/@kogito-tooling/kie-editors-standalone in my project and I see that the file size of @kogito-tooling/kie-editors-standalone/dist/dmn/index.js is close to 16MB.

Are there any plans to optimize it?

tiagobento commented 3 months ago

Please note that this is an older version, use https://www.npmjs.com/package/@kie-tools/kie-editors-standalone instead. As for the size of the bundle, currently we don't have plans to optimize it, as this package is being replaced by the new DMN Editor as a Standalone JS library.

venkata-ramana-subramanyam commented 3 months ago

hi @tiagobento , thanks for the update. do we know when is the expected release for the new library?

tiagobento commented 3 months ago

Unfortunately the Standalone DMN Editor didn't make the cut for the 10.0.x branch, so it will only be available when 10.1 is release, which is not planned yet...