mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Note about ESLint import "bug"
This commit is contained in:
parent
b0bc3ac8d9
commit
8c5d215e0a
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue