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.
Bug Report or Feature Request (mark with an
x)Versions.
1.0.3
OS 10.12.5
Safari 10.1 + Tech Preview 33 (11)
Repro steps.
ng serve --sourcemap --extractCssstyles_bundle.cssSame build, at the same time, side by side. No errors, but Safari does not follow the source maps.