Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 469 Bytes

Webpack Development Server Issue

This repo was created in order to reproduce the issue reported in: webpack/webpack-dev-server#2781.

First run: yarn install

To see the expected behaviour run: yarn workspace webpack-4 run start (look at the value of WEBPACK_DEV_SERVER printed to the console).

To see the new actual behaviour run: yarn workspace webpack-5 run start (look at the value of WEBPACK_DEV_SERVER printed to the console).