You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docusaurus/docs/troubleshooting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sidebar_label: Troubleshooting
9
9
When you save a file while `npm start` is running, the browser should refresh with the updated code.<br>
10
10
If this doesn’t happen, try one of the following workarounds:
11
11
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.
12
+
- Check that your file is imported by your 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.
13
13
- If your project is in a Dropbox folder, try moving it out.
14
14
- 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.
15
15
- 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