Migrate Build Process and Upgrade deps #548
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Lots of goodness here.
create-react-appfrom the repo, which also means we can upgrade peer deps like TypeScript, which we were previously locked into.styled-componentsto@emotion/react; we are able to dropstyled-componentsas a dep altogether and further unify the recorder's codebase with the conventions in Kibana.create-react-appand kept all the features we need for our specific build.Implementation details
There shouldn't be any user-facing impact, aside from the updated UI look and feel, and perhaps some minor layout changes.
How to validate this change
Ensure all core features continue to work. This means you can record journeys, overwrite them, export them as code, and test them against Playwright's Chromium.