entire contents of file being updated?
See original GitHub issueQuestion
First, thank you for the awesome app!
When using the app:
https://react-native-community.github.io/upgrade-helper/?from=0.58.6&to=0.59.10
it tells me to update this file:
babel.config.js
I do not have that file and there is no way to see what the entire file should look like in the update app.
I looked for it in the react native repo but I could not find it.
Not sure what to do.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Open a text file and let it update itself - Unix Stack Exchange
@Kevdog777 not really no. Presumably, it just re-opens the file every few seconds to update it. This is the classic way of doing...
Read more >Read from a file that is continuously being updated
The most efficient way is using inotify, and the direct way is using the read() system call directly. using inotify. The following code...
Read more >Solved: Get file content won't get updated Content
Hello guys I'm trying to create a flow where I have an Excel file in sharepoint and the flow inserts a row to...
Read more >5 Ways To Monitor Log or Text File Changes in Real Time
It's a bit of a compromise because the update period is not real time but every 3 seconds. Go to Plugins > Plugin...
Read more >How to check in real time changes made to a log file
As the log file changes, all the new entries will be displayed in real ... ...and you will see the file being updated...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

👋 You may have one called
.babelrc. If so, rename that file tobabel.config.jsand make the changes needed to match the updated file. You might need to configure additional plugins if you had some before.indeed. i forgot about the other issue.