Questions tagged [yarnpkg-v2]

Please utilize this tag to address inquiries specifically related to Yarn version 2.x. Developed by Facebook, Exponent, Google, and Tilde, Yarn is an open-source JavaScript package manager. Feel free to incorporate the more encompassing [yarnpkg] tag whenever applicable.

Absolute imports in create-react-app do not function properly when using yarn v2 workspaces alongside typescript

I am currently utilizing yarn v2 workspaces, and within my workspaces, I have a frontend project built using create-react-app / react-scripts. My goal is to enable absolute imports in the frontend application so that I can simply do things like import Butt ...