LearnNewsExamplesServices
Frontmatter
id1800
titlewebpack-dev-server: switch to v4.0.0-beta.2
stateClosed
labels
enhancement
assigneestobiu
createdAtApr 16, 2021, 2:16 PM
updatedAtApr 16, 2021, 2:18 PM
githubUrlhttps://github.com/neomjs/neo/issues/1800
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 16, 2021, 2:18 PM

webpack-dev-server: switch to v4.0.0-beta.2

Closed v8.1.0 enhancement
tobiu
tobiu commented on Apr 16, 2021, 2:16 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.x package.

this one is using an outdated version of the chokidar package: 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.2 is using chokidar v3, so with switching to the new version we can remove our optional fsevents dependency again.

tobiu added the enhancement label on Apr 16, 2021, 2:16 PM
tobiu assigned to @tobiu on Apr 16, 2021, 2:16 PM
tobiu referenced in commit 8c0af79 - "webpack-dev-server: switch to v4.0.0-beta.2 #1800" on Apr 16, 2021, 2:18 PM
tobiu closed this issue on Apr 16, 2021, 2:18 PM