-
Notifications
You must be signed in to change notification settings - Fork 707
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
Update to CRA react-scripts 5.x.x #4018
Labels
component/ui
Issue related to kubeapps UI
kind/enhancement
An issue that reports an enhancement for an implemented feature
Milestone
Comments
antgamdia
added
component/ui
Issue related to kubeapps UI
kind/enhancement
An issue that reports an enhancement for an implemented feature
priority/low
labels
Jan 3, 2022
More info about |
Merged
Repository owner
moved this from 🗂. Backlog
to ✅. Done
in Kubeapps
May 31, 2022
Repository owner
moved this from 🏗 In Progress
to ✅ Done
in Kubeapps
May 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/ui
Issue related to kubeapps UI
kind/enhancement
An issue that reports an enhancement for an implemented feature
Description:
PRs intended to reduce some security issues (like #4011 ) are being rejected due to the non-trivial required effort. The main problem is react-scrips upgrading
webpack
to the major release 5. There are two types of problems:url
,crypto
.buffer
,stream
, etc) are not being properly ported.react-app-rewired
can be used.clarity
deps are not doing that (an issue should be eventually open in their repo).My current recommendation is to wait until the CRA team come up with a recommendation for both sort of problems.
Steps to reproduce the issue:
Describe the results you received:
The app cannot be started or built.
Describe the results you expected:
Everything up and running.
The text was updated successfully, but these errors were encountered: