From 8c5d215e0ae046dfa3f0dd7e63736e3166b2df70 Mon Sep 17 00:00:00 2001 From: Mikko Koski Date: Mon, 27 Mar 2017 10:23:56 +0300 Subject: [PATCH] Note about ESLint import "bug" --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20c0dd9a..32cee439 100644 --- a/README.md +++ b/README.md @@ -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: