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
Right now esbuild breaks if the user by mistake has a pnp.cjs/pnp.js file in the home directory, which can happen easily by doing yarn add something in the wrong terminal window.
I wonder if esbuild could stop looking for pnp config files after finding a yarn.lock file, or if there could be an esbuild config flag to explicitly disable pnp (for projects not compatible with pnp).
~ .pnp.js project-folder
The text was updated successfully, but these errors were encountered: