Skip to content

Commit aafc7ff

Browse files
prevostcianschmitz
authored andcommitted
Update troubleshooting.md (#7459)
1 parent bb31710 commit aafc7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus/docs/troubleshooting.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sidebar_label: Troubleshooting
99
When you save a file while `npm start` is running, the browser should refresh with the updated code.<br>
1010
If this doesn’t happen, try one of the following workarounds:
1111

12+
- Check that your file is imported by you entrypoint. TypeScript will show errors on any of your source files, but webpack only reloads your files if they are directly or indirectly imported by one of your entrypoints.
1213
- If your project is in a Dropbox folder, try moving it out.
1314
- If the watcher doesn’t see a file called `index.js` and you’re referencing it by the folder name, you [need to restart the watcher](https://github.com/facebook/create-react-app/issues/1164) due to a Webpack bug.
1415
- Some editors like Vim and IntelliJ have a “safe write” feature that currently breaks the watcher. You will need to disable it. Follow the instructions in [“Adjusting Your Text Editor”](https://webpack.js.org/guides/development/#adjusting-your-text-editor).

0 commit comments

Comments
 (0)