-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: resolve path of injectedGlobals relative to config file #50
base: main
Are you sure you want to change the base?
Conversation
…k to rootDir if optional configPath is not set)
cloned this PR and linked to my project and could not get it work, what did work for me was having getRenderOptions return in format Other wise the function was returning a path with a drive letter which Unix has no concept of and it was unable to find the stylesheet referenced here: |
Okay sounds like you had a different issue than me or did I break things working on master? In general the error message that is thrown on dart-sass is not helpful, because it doesn't reveal the failing path of the import (that is here dynamically added). |
Hey @adamdbradley, can you or someone else have a look for this PR? Thanks in advance |
Hi, |
Hey there, thank you for the patience getting back to you. The new team is getting started and we're working through the backlog now. I'm going to take a peek at this and cut a prerelease here soon. I'd love feedback on it once it's ready. I'll circle back shortly. |
e779c29
to
b1cc372
Compare
any news on this? I'm trying to use Nx to manage my monorepo but with this problem, it is not feasible. |
resolve path of injectedGlobals relative to config file (fallback to rootDir if optional configPath is not set)
fixes #49