fullstorydev / fullstory-babel-plugin-annotate-react

A Babel plugin that annotates React components, making them easier to target with FullStory search
MIT License
30 stars 13 forks source link

update single-page-app using latest create-react-app #140

Closed GGonryun closed 1 year ago

GGonryun commented 1 year ago

A while back we had a dependency bot update that put our single-page-app into a bad state. Running the application required switching to an older version of node and manually adjusting package dependencies and playing with npm install and npm update until webpack could run.

I've created a new single-page-app sample using the latest version of the create-react-app. This new application also uses multiple components to highlight the benefits of our plugin. I also added some redirect links to our dev portal.

This update should also let us close a lot of related PR's about dependency bumps see: https://github.com/fullstorydev/fullstory-babel-plugin-annotate-react/pull/134/files

image