-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity2: inconvenient
Description
Bug Report or Feature Request (mark with an x)
- [ x ] bug report -> please search issues before submitting
- [ ] feature request
Versions.
1.0.3
OS 10.12.5
Safari 10.1 + Tech Preview 33 (11)
Repro steps.
- Set up Angular 4 project with sass as default
- run project with
ng serve --sourcemap --extractCss - In Chrome 60, inspect an element. Source maps work as expected: you see the original scss file in the web inspector.
- In Safari you only see the style applied as coming from
styles_bundle.css
Same build, at the same time, side by side. No errors, but Safari does not follow the source maps.
intellix, dhniels and dotproto
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity2: inconvenient