webpack-dev-server icon indicating copy to clipboard operation
webpack-dev-server copied to clipboard

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.

Results 113 webpack-dev-server issues
Sort by recently updated
recently updated
newest added

### Bug report We have an app with two entries - the main one for the app, and a second entry for a library. Both should be served up by...

### Bug report When I start the page in the small attached project using webpack-dev-server the page is displayed as expected.. When webpack reloads the project, image links break. Images...

@alexander-akait Thanks for the feedback! I have completely removed the `staticOptions` and setup the `directory` for my static files. I also removed `wds` + `src` watch content base (old) option....

* Operating System: OSX * Node Version: 8.11.0 * NPM Version: 6.0.0 * webpack Version: 4.7.0 * webpack-dev-server Version: 3.1.4 - [ ] This is a **bug** - [x] This...

priority: 4 (nice to have)
severity: 4 (inconvenient)
semver: patch
type: feature

- [x] This is a **bugfix** - [ ] This is a **feature** - [ ] This is a **code refactor** - [x] This is a **test update** - [...

- Operating System: macOS 10.14.3 - Node Version: 10 - Yarn Version: 1.13.0 - webpack Version: 4.29.4 - webpack-dev-server Version: 3.2.1 - [ ] This is a **bug** - [...

priority: 3 (important)
severity: 3 (broken)
semver: minor
type: feature
scope: server

Hi Guys. I have an issue when webpack-dev-server goes into infinite compile loop after any change to the source code. The same code works without this issue for my colleague....

- [ ] This is a **bugfix** - [x] This is a **feature** - [ ] This is a **code refactor** - [x] This is a **test update** - [...

Documentation Is: - [x] Missing ### Please Explain in Detail... Webpack-dev-server config options migration from v3 to v4 is not clear with regards to changes to websocket options; particularly when...

### Bug report Webpack dev server doesn't perform the hot reload properly in conjunction with `ModuleFederationPlugin` in v4.x but works in v3.x ### Actual Behavior When I set up a...