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

Convert to parcel for frontend builds #3214

Closed
jpellizzari opened this issue Aug 15, 2023 · 1 comment · Fixed by #3360
Closed

Convert to parcel for frontend builds #3214

jpellizzari opened this issue Aug 15, 2023 · 1 comment · Fixed by #3360
Assignees
Labels
ui_triage Cross-team/project UI issues for triage

Comments

@jpellizzari
Copy link
Contributor

Currently EE uses the create-react-app scripts to call webpack for building the frontend bundle. We should convert to parcel for consistency between EE and Core.

This will solve some issues around importing images that are different between the projects, as well as allow us to change out our test runner in the future.

AC:

  • "Eject" create react app scripts from EE
  • Use parcel for building the FE bundle
  • Ensure that all docker image builds still work with the new bundle
  • Add jest for running tests
  • Clean up CRA dependencies
@jpellizzari jpellizzari added the ui_triage Cross-team/project UI issues for triage label Aug 15, 2023
@jpellizzari jpellizzari self-assigned this Aug 29, 2023
@lasomethingsomething
Copy link

Makes progress on weaveworks/weave-gitops#2321 per @jpellizzari (I removed the link to this private issue that was posted on the public repo and am connecting the issues here for our internal reference). Thanks Jordan for the updates. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui_triage Cross-team/project UI issues for triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants