Frontmatter
| id | 1152 |
| title | webpack dev server: initial errors on launch |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 31, 2020, 4:22 PM |
| updatedAt | Aug 31, 2020, 4:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1152 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 31, 2020, 4:24 PM |
@keckeroo found out, that adding an index.js file to the src folder will remove the startup errors.
they were not doing any damage, but still, getting rid of them is a good thing.
will add the file & a comment in there why we need it.