Skip to content

Commit c2cbc0e

Browse files
committed
This should not be relevant anymore
1 parent bfd43c7 commit c2cbc0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

template/README.md

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

61-
>**Known Issue:**
62-
>
63-
>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).
64-
6561
## Available Scripts
6662

6763
In the project directory, you can run:

0 commit comments

Comments
 (0)