We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please advice the best way to organize the code for website with admin panel (e.g. 2 CRA installations) which have some code in common.
If done this way:
Then admin and web installations can't use ES6 code from shared because it's not included in React Scripts' Babel configuration.
admin
web
shared
So the question is: either how to add directories to Babel (#167) or how to properly organize dir structure to make it work?
The text was updated successfully, but these errors were encountered:
This is an ongoing discussion, see #1492. Unfortunately there's currently no workaround other than ejecting.
Sorry!
Sorry, something went wrong.
IC, thanks, I haven't found the issue you have mentioned.
No branches or pull requests
Please advice the best way to organize the code for website with admin panel (e.g. 2 CRA installations) which have some code in common.
If done this way:
Then
admin
andweb
installations can't use ES6 code fromshared
because it's not included in React Scripts' Babel configuration.So the question is: either how to add directories to Babel (#167) or how to properly organize dir structure to make it work?
The text was updated successfully, but these errors were encountered: