Replies: 1 comment
-
Any updates? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m migrating our react app from react-scripts to Vite.
I’m having two issues with code splitting and bundling:
require.context
from Webpack to split and lazy load translations.When I use dynamic imports the translations are not being loaded when language changes.
Beta Was this translation helpful? Give feedback.
All reactions