Skip to content

Commit

Permalink
This should not be relevant anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 3, 2016
1 parent 8f59cad commit 04a9d98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ You need to **put any JS and CSS files inside `src`**, or Webpack won’t see th
You can, however, create more top-level directories.
They will not be included in the production build so you can use them for things like documentation.

>**Known Issue:**
>
>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).
## Available Scripts

In the project directory, you can run:
Expand Down

0 comments on commit 04a9d98

Please sign in to comment.