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
// Patch to prevent over-prefetching, we must clearly separate .tsx/.jsx chunks so that rollup doesn't mix random imports into non-entry files such as hooks.
931
-
// Maybe a better solution would be to mark those files as entires earlier in the chain so that we can remove this check and the one above altogether.
932
-
// We check .(tsx|jsx) after node_modules in case some node_modules end with .jsx or .tsx.
0 commit comments