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
remove the turbo task from apply_reexport_tree_shaking
This got exactly one cache hit (which makes me think a module has a duplicate export...) and that makes sense. mostly this should be a quick exit and when it does call `follow_reexports` we can rely on the cache there.
0 commit comments