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 monorepos the path would probably be something like ../../node_modules/...
That's only a problem with npm monorepos (and possibly yarn?) but not pnpm (since it links all dependencies to the local node_modules)
(Possible) Solutions
? Some tricks in SASS to resolve to multiple paths (maybe they can handle monorepos somehow) - Never used SASS before
Add payload as a dependency (instead of peerDependency) & compile the SCSS at build time
The text was updated successfully, but these errors were encountered:
Problem
In monorepos the path would probably be something like ../../node_modules/...
That's only a problem with npm monorepos (and possibly yarn?) but not pnpm (since it links all dependencies to the local node_modules)
(Possible) Solutions
The text was updated successfully, but these errors were encountered: