I'm developing a component library (using the Razor Class Library project template) that will be consumed from multiple Blazor projects. I was planning to use AspNetCore.SassCompiler to compile my SASS during dotnet watch when working on the UI components. However, because of this line, dart sass is being fed path to the running Blazor project that doesn't contain the components and SASS compilation doesn't work.