You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using rollup --watch changes to CSS files that aren't part of the JS dependency graph (not directly referenced) but are part of the CSS dependency graph causes output to be incorrect.
If you change enough directly-referenced files afterwards it does seem to clear itself up eventually.
The text was updated successfully, but these errors were encountered:
This is still happening, seems to mostly happen when an entry files contains
import"./shared.css"
and then changes to that shared.css file happen. Sometimes that file gets lost, other times changes to a different file that is actually part of the CSS graph gets lost. It's intermittent, only shows up after the watcher's been running for a while, and is quite weird.
When using
rollup --watch
changes to CSS files that aren't part of the JS dependency graph (not directly referenced) but are part of the CSS dependency graph causes output to be incorrect.If you change enough directly-referenced files afterwards it does seem to clear itself up eventually.
The text was updated successfully, but these errors were encountered: