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
How do I avoid applying the path mapping to the files inside node_modules?
If, by coincidence, you pick an alias that resembles one of the imports used inside a third-party package, this can lead to unexpected behavior.
I would like to constrain the path mapping only to the files inside src.
The text was updated successfully, but these errors were encountered:
This would be really helpful and would save me from having to rename all my references in my code.
For others looking for temporary solution, you could try this:
How do I avoid applying the path mapping to the files inside node_modules?
If, by coincidence, you pick an alias that resembles one of the imports used inside a third-party package, this can lead to unexpected behavior.
I would like to constrain the path mapping only to the files inside src.
The text was updated successfully, but these errors were encountered: