2
blz? i have some React components here and need to make all of them available in one dependency only, semantic style, how can I do this?
i am trying to export the components on an index importing and exporting all but I’m having a problem
in the design that uses component dependency, the js that arrives does not come transpiled
ex: in the design with the components I do an index and import the components so
[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 don’t build and start at once, the project under but gives an error in the js of the navigated pq components js are coming as es6
[image 3]
anyone who can be? and how to solve?
Obs: sorry the image, I can not put more than 1 link