App gets all codebase files before starting app after refresh #16510
Unanswered
karolis-palsauskas-devoteam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, we use react with monorepo structure (with yarn workspaces).
Because we migrated from standalone app with CRA I didn't immediately noticed that after hard refresh (ctrl+r) it takes a long time for app to actually start working. It looks like it sends all files from codebase and app only starts working after ~4 seconds. Any ideas why?
My
vite.config.mts
file:Beta Was this translation helpful? Give feedback.
All reactions