Paul Meller
Results
2
comments of
Paul Meller
I can confim that problem still exists for webpack 3.10 and webpack-dev-server 2.11.1.
Possible temporary fix for Yarn users is to define [resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/) in `package.json`: ```json { "resolutions": { "remark": "11.0.2" } } ```