Skip to content
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

is it possible to add react app with create-react-app? #67

Open
daniele-zurico opened this issue Jan 31, 2019 · 3 comments
Open

is it possible to add react app with create-react-app? #67

daniele-zurico opened this issue Jan 31, 2019 · 3 comments

Comments

@daniele-zurico
Copy link

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?

@gandalfTheBlue
Copy link

@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

@EvanBurbidge
Copy link

@gandalfTheBlue why did you have to eject the CRA? I'm trying to get this working with vue cli noticing a similar issue.

@gandalfTheBlue
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants