KaotoIO / kaoto-component-library

Wrapper for Kaoto UI that exposes it as a component library
Apache License 2.0
1 stars 2 forks source link

Fix compilation of the project #2

Closed apupier closed 2 years ago

apupier commented 2 years ago

Currently it is using pnpm and it doesn"'t compile outside of the structure of kie-tools. As build technology, I think we should migrate to npm (the lowest level) or yarn (the one used for most of other Kaoto projects). The webpack config will need to be updated to remove dependencies on some kie-tools artifact which are not published.

apupier commented 2 years ago

closing, the code has been moved to kaoto-ui directly