Note about ESLint import "bug"

This commit is contained in:
Mikko Koski 2017-03-27 10:23:56 +03:00
parent b0bc3ac8d9
commit 8c5d215e0a

View file

@ -30,6 +30,10 @@ development server:
yarn run dev
**Known issues:**
* Adding/changing `import`s may not be synced properly with ESLint. You may see an error `Unable to resolve path to module` even though the module existing in right path. Restarting the server doesn't help. To solve the issue, you need to make a change to the file where the error occurs.
## Development Server
To develop the server setup, run: