Frontmatter
| id | 95 |
| title | server-start: throws 2 errors |
| state | Closed |
| labels | bughelp wanted |
| assignees | [] |
| createdAt | Nov 25, 2019, 1:21 PM |
| updatedAt | Aug 31, 2020, 4:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/95 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 31, 2020, 4:24 PM |
server-start: throws 2 errors

tobiu
Nov 25, 2019, 1:24 PM
related to #95
tobiu cross-referenced by #96 on Nov 25, 2019, 1:24 PM
tobiu changed title from webpack-dev-server => open: throws 2 errors to server-start: throws 2 errors on Dec 2, 2019, 11:46 AM
tobiu cross-referenced by #1 on Mar 23, 2020, 4:37 PM

tobiu
Aug 31, 2020, 4:24 PM
#1152 fixed them.
tobiu closed this issue on Aug 31, 2020, 4:24 PM
Starting the webserver does open a new Chrome tab and launches as intended, however it does throw 2 bugs which might be confusing for new users.
The bugs are kind of intentional:
The webserver is supposed to serve the files inside the src folder, but should not do any webpack related builds.
We could replace the webserver with a different one in case this makes more sense.