CSS sourcemap not working with @component({styles | styleUrls})
#8206
Labels
needs: investigation
Requires some digging to determine if action is needed
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.4.9
node: 8.8.1
os: darwin x64
Repro steps.
new project with angular-cli, add some code in app.component.css like
div{color: red}
, runng serve -sm
Desired functionality.
I'd love to work with css sourcemap or even modify css/scss source with chrome dev tools directly.
The text was updated successfully, but these errors were encountered: