-
Notifications
You must be signed in to change notification settings - Fork 12k
Source Maps for scss/css not working in Safari #6697
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
Works for me in 1.3.0-beta.1, macOS Sierra and Safari 10.1. I also tried Chrome and Safari. Btw the command is BUT i don't get sourcemaps for component-styles in any browser: app.component.scss becomes inline-style, even with --extract-css and doesn't have sourcemap at all. |
I've been using |
Not working in 1.2.1 with webpack 3.3.0. I tried installing 1.3.0-beta.1 but get all kinds of compile errors and the project won't run. With 1.2.1/3.3.0 it runs fine but I need to use Chrome still for source maps to work. |
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version. If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
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. |
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 --extractCss
styles_bundle.css
Same build, at the same time, side by side. No errors, but Safari does not follow the source maps.
The text was updated successfully, but these errors were encountered: