Frontmatter
| id | 1800 |
| title | webpack-dev-server: switch to v4.0.0-beta.2 |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 16, 2021, 2:16 PM |
| updatedAt | Apr 16, 2021, 2:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1800 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 16, 2021, 2:18 PM |
with the switch to dart-sass we got one less dependency of the
fsevents v1.2.13package.one last dependency remains for the
webpack-dev-server v3.xpackage.this one is using an outdated version of the
chokidarpackage: https://www.npmjs.com/package/chokidar (version 2 instead of 3)chokidar v2.x relies on fsevents v1.
the good news:
webpack-dev-server v4.0.0-beta.2is using chokidar v3, so with switching to the new version we can remove our optional fsevents dependency again.