Skip to content
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

Sourcemaps #33

Open
TiKevin83 opened this issue Sep 8, 2021 · 1 comment
Open

Sourcemaps #33

TiKevin83 opened this issue Sep 8, 2021 · 1 comment

Comments

@TiKevin83
Copy link

Does this tool support sourcemaps? If not can it be implemented? Are there other options for .NET 5 SASS compilation that already support sourcemaps?

@TiKevin83
Copy link
Author

TiKevin83 commented Sep 14, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant