Skip to content

Conversation

@vaibssingh
Copy link
Contributor

@vaibssingh vaibssingh commented Jul 8, 2023

Fix #192
Notes:

  1. Removed react-scripts from package.json scripts. Left the eject script as it is. Let me know if it has to be removed.

  2. Moved the index.html file from public to root folder. Updated the URLs and added index.js in script.

  3. Added vite config file.

Verified that it works by running vite start.

Issues:
Currently on running the server, getting this warning in console:

(!) Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling.

Let me know if you would like to be fixed or we can leave it.
@JamieSlome

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jul 8, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: vaibssingh / name: Vaibhav (8f4ea52)
  • ✅ login: JamieSlome / name: Jamie Slome (aa6a4c1, 8a27506)

Copy link
Member

@JamieSlome JamieSlome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🍰

@JamieSlome
Copy link
Member

@vaibssingh - let's remove react-scripts eject 👍

@JamieSlome
Copy link
Member

Removed it myself, ready to merge! 🎉

@JamieSlome JamieSlome merged commit 050f4d4 into finos:main Jul 10, 2023
coopernetes pushed a commit to coopernetes/git-proxy that referenced this pull request Oct 13, 2023
feat: add vite and remove react-scripts
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

Successfully merging this pull request may close these issues.

Migrate from react-scripts to Vite ⚡️

2 participants