Commit 04a9d986 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

This should not be relevant anymore

parent 8f59cad1
No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
...@@ -59,10 +59,6 @@ You need to **put any JS and CSS files inside `src`**, or Webpack won’t see th ...@@ -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. 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. 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 ## Available Scripts
In the project directory, you can run: In the project directory, you can run:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment