xplat icon indicating copy to clipboard operation
xplat copied to clipboard

[Bug] SCSS dependencies are not calculated

Open wSedlacek opened this issue 4 years ago • 1 comments

In a newly generated project the SCSS libraries do not have dependencies calculated.

Screen Shot 2021-01-30 at 8 26 19 AM

I am not sure if it is possible for NX to read imports from SCSS, that may be an upstream issue, but a work around might be adding implicit dependencies into the schematic.

I am also noticing that the electron app does not have an implicit dependency on the web application it is linked to.

wSedlacek avatar Jan 30 '21 15:01 wSedlacek

SCSS imports are unfortunately not grabbed by NRWL's dependency graph, even the ones in the styles array. That would be a good issue for upstream, but I am sure they are already aware of the limitation.

Aside from what we can do from Nx, @NathanWalker and I have been discussing the implicit dependencies recently funny enough. That would definitely help out, but I can not comment on how quickly a decision will be made on it.

AgentEnder avatar Feb 01 '21 02:02 AgentEnder