Skip to content

Commit 04a9d98

Browse files
authored
This should not be relevant anymore
1 parent 8f59cad commit 04a9d98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

template/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ You need to **put any JS and CSS files inside `src`**, or Webpack won’t see th
5959
You can, however, create more top-level directories.
6060
They will not be included in the production build so you can use them for things like documentation.
6161

62-
>**Known Issue:**
63-
>
64-
>You may encounter an issue where changing a file inside `src` doesn’t trigger a recompilation. Most likely this happens because the path in your filesystem differs in its casing from the path you imported. For example, if a file is called `App.js` but you are importing `app.js`, the watcher might not recognize changes to it. We are [considering](https://github.com/facebookincubator/create-react-app/issues/240) enforcing some checks to prevent this. If this doesn’t help, check out the page on [troubleshooting watching](https://webpack.github.io/docs/troubleshooting.html#watching).
65-
6662
## Available Scripts
6763

6864
In the project directory, you can run:

0 commit comments

Comments
 (0)