-
Notifications
You must be signed in to change notification settings - Fork 12k
SCSS Debugging issue - Could not load content for webpack #24394
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
Labels
area: @angular-devkit/build-angular
devkit/build-angular:browser
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Comments
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Dec 8, 2022
Sass source map This commits enables `sourceMapIncludeSources` when using the modern Sass API so that sources are included in generated source map. Closes angular#24394
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Dec 8, 2022
Sass source maps This commits enables `sourceMapIncludeSources` when using the modern Sass API so that sources are included in generated source map. Closes angular#24394
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Dec 8, 2022
Sass source maps This commits enables `sourceMapIncludeSources` when using the modern Sass API so that sources are included in generated source map. Closes angular#24394
dgp1130
pushed a commit
that referenced
this issue
Dec 8, 2022
Sass source maps This commits enables `sourceMapIncludeSources` when using the modern Sass API so that sources are included in generated source map. Closes #24394
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular-devkit/build-angular
devkit/build-angular:browser
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Command
serve
Is this a regression?
The previous version in which this bug was not present was
14.X
Description
When debugging the CSS in Chrome, clicking on SCSS file links results in an error (similar to the below):
Could not load content for webpack:///node_modules/bootstrap/scss/_grid.scss (Fetch through target failed: Unsupported URL scheme; Fallback: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME)
This was working with version 14, not version 15.
Minimal Reproduction
Working GitHub repo:
https://github.com/jrdutton/a14
Non-Working GitHub repo:
https://github.com/jrdutton/a15
Reproduction:
Exception or Error
No response
Your Environment
Non-Working
Working
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: