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
I tried to implement exactly the same thing you did but when I do with CRA v2 it fail do you know if it's possible to do it?
The text was updated successfully, but these errors were encountered:
@daniele-zurico It's possible, i already did it with CRA v2. However we need to eject the CRA. Please check my example here: https://github.com/gandalfTheBlue/micro-frontends-react
Sorry, something went wrong.
@gandalfTheBlue why did you have to eject the CRA? I'm trying to get this working with vue cli noticing a similar issue.
@EvanBurbidge I use CRA2 which will do the code splitting. To have only one entry for single-spa, i have to eject CRA2 to disable the code splitting.
No branches or pull requests
I tried to implement exactly the same thing you did but when I do with CRA v2 it fail do you know if it's possible to do it?
The text was updated successfully, but these errors were encountered: