Skip to content

Conversation

@ibodrov
Copy link
Collaborator

@ibodrov ibodrov commented Oct 21, 2025

Replace create-react-app and related stuff with Vite. Few times faster production builds, 100x faster dev mode.
Build times will be dominated by npm ci now.

A quick local test using ./mvnw -pl :concord-console2 clean install:

old

[INFO] Total time:  41.578 s

new

[INFO] Total time:  13.176 s

(both had a warmup run)

@ibodrov ibodrov changed the title console2: migrate off CRA to Vite concord-console2: migrate off CRA to Vite Oct 21, 2025
@ibodrov ibodrov requested a review from a team October 21, 2025 16:39
@ibodrov ibodrov marked this pull request as ready for review October 21, 2025 16:39
Copy link
Collaborator

@benbroadaway benbroadaway left a comment

Choose a reason for hiding this comment

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

let me dig into what's up on the internal build/tests before merging this

Copy link
Collaborator

@benbroadaway benbroadaway left a comment

Choose a reason for hiding this comment

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

No problem with UI, just a flaky DockerAnsibleIT test.

@ibodrov ibodrov merged commit e48ee94 into master Oct 22, 2025
4 checks passed
@ibodrov ibodrov deleted the ib/vite branch October 22, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants