Open TiKevin83 opened 3 years ago
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?