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

bensampaio/dev-server-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).