You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #261 it was discussed there could be two paths defined for one alias (if one path fails, there other could be used).
Is it possible that this implementation is broken? #376
I had the same problem this morning, it was because I forget to add the extensions property. Is your file is like somefile.ios.ts, in that case, you should add put this in your extensions property : ["android.tsx", "ios.tsx", ".tsx", "android.ts", "ios.ts", ".ts", ".json"]
He is my full babel.config.js (I use expo and ts) :
In #261 it was discussed there could be two paths defined for one alias (if one path fails, there other could be used).
Is it possible that this implementation is broken? #376
used versions:
This does not work for me (
babel.config.js
):This does work (difference is the path after
'@brand'
alias):The text was updated successfully, but these errors were encountered: