-
Notifications
You must be signed in to change notification settings - Fork 12k
1.6.4 SCSS/CSS source maps not working #9235
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
Comments
I don't know if this is related to your problem but some stuff has been broken regarding scss/css in the 1.6.4 release (see #9185). |
I rolled back to 1.6.3, same issue. |
I tried to remove the tilda from every @import but that didn't fix the issue. |
Rolled back to 1.6.1 and I still am not getting source maps. |
Duplicate of (#9099) |
Closing as duplicate. |
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. |
Versions
Repro steps
Run project with
ng serve --sourcemaps --extract-css -o --hmr -e=hmr --proxy-config proxy.config.json
Observed behavior
Inspecting HTML in DevTools shows all the css is in
styles.bundle.scss
, where it used to display the scss source of the rule. So I can no longer determine where the css rule I am inspecting comes from.Desired behavior
This used to work before we updated to 1.6.4 and Angular 5.1.3
The text was updated successfully, but these errors were encountered: