-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[React] Customized namespaces path #337
Comments
Technically you can set it to whatever you like...your server just has to make the files available from that route...(be it webpack devserver or your production server...it's a http request and nothing fancy) |
The problem is, after the compilation of |
you can set the paths based on isProduction or not... |
and you're talking about bundling...that's different from providing translations on a server... importing an svg is bundling the svg with your app... |
I know I can set the load path of namespaces like this:
In the case of React, it is located in
public/locales
.However, can I set it to
src/assets/locales
?The text was updated successfully, but these errors were encountered: