Closed zdarovka closed 8 months ago
Hm, i have look. We have our exports clearly defined in https://github.com/Subwaytime/vite-aliases/blob/main/package.json, so it might be a configuration issue on your end.
I had vite-aliases installed in my library, and what I needed to do was to change it from peerDependency
to devDependency
, after that it stopped throwing the error. I still think there is some problem as I should have it defined as peer, but whatever works at the end of the day counts.
Hm interesting, i will set this on the list for another check, but atm i am not sure entirely sure whats causing this when its a peerDependency.
Any idea how to solve this?