-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upgrade react-scripts #37
Comments
To note that |
We can disable code-splitting if needed (see this GH thread) but I'll look into what might be needed to support it out of the box. |
Would love to help make this happen. Is there any work already being done on this? |
I began a branch to work on this upgrade, but ran into issues with the
code-splitting. If you have interest in having a go, @josephfusco, please
be my guest!
|
Just wanted to say I unfortunately have not had much time to work on this. If anyone else would like to work on this they are more than welcome to! I was able disable code splitting using this solution however I am not sure that would suffice for this project. FYI there has also been some talk on restructuring asset-manifest.json generated from CRA2. |
Hey all, I have a PR that works here: #42 No need to disable code-splitting :) |
We're a bit behind here, so we should update, which should give us a bunch of fun stuff from newer react-scripts/webpack/etc.
The text was updated successfully, but these errors were encountered: