Open Tenemo opened 7 years ago
Of course! I'll look into getting those sourcemaps back in there!
@Tenemo Seems this has to do with an Angular bug as well... Slated to be fixed in 5.0.0. See here: https://github.com/angular/angular/compare/5.0.0-beta.3...5.0.0-beta.4
and
Is there any way to map the SCSS files so I can see what file produced given CSS rule? Except for global styles, which are excluded from the rule and compiled to the styles file, every component SCSS gets dumped into the
tag. Is it possible to avoid that, so Chrome Dev Tools would be able to tell where the rules originate from?