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
I tried disabling enableTagHelperBundling but it doesn't seem to traverse imports. In the above project linking this issue, we set up all imports in a single file and fix intellisense with /// <reference path="thing-imported-in-every-file"> so that imports aren't duplicated. We also have some imports inside media queries that we can't pull up into the defined bundles, like the auto dark mode stylesheet's importing of the forced dark mode. So we really need true sourcemaps.
Does this tool support sourcemaps? If not can it be implemented? Are there other options for .NET 5 SASS compilation that already support sourcemaps?
The text was updated successfully, but these errors were encountered: