Issue with `prepare-v2` and `pack-v2` Not Respecting `.tsx` Files in Effect Build-Utils
Hey, I shamefully copied the repo setup from effect-atom while working on my own library.
Wanted to share the problem I encountered when using prepare-v2 and pack-v2 from effect build-utils - it doesn't respect
My library has a provider component that needs to be exposed in the public api.
I worked it around by using React.createElement instead of jsx and I later on spotted the same approach in effect-atom.
Wanted to share the problem I encountered when using prepare-v2 and pack-v2 from effect build-utils - it doesn't respect
.tsx files.My library has a provider component that needs to be exposed in the public api.
I worked it around by using React.createElement instead of jsx and I later on spotted the same approach in effect-atom.
