blz? I have some react components here and I need to make them all available in a dependency, style or semantic, how can I do this?
I'm trying to export the components into an index that imports and exports everything but I'm having a problem
In the project that uses dependency on components, the arriving js does not come transpiled
ex: In the project with the components I make an index and import the components as well
[image 1]
In the project that uses the dependency I import the components, but if I send a build it gives this error
[image 2]
If I do not build and start at once, the project is under more than one error in the navigated js because the component js are coming as is
[image 3]
How do you do? and how to solve?
obs: sorry for the image, I can not put more than 1 link