webpack-dev-server
webpack-dev-server copied to clipboard
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Use Case: Some web applications will serve multiple domains and render different content depending on the incoming header. In a development environment, these applications may use localhost subdomains to simulate...
Why this is hardcoded? https://github.com/webpack/webpack-dev-server/blob/95e26fea168440c0f694c16478aae672091d06a3/lib/servers/SockJSServer.js#L46 In our project this is failing because we have a different from `__webpack_dev_server__` path.
### Modification Proposal ### Expected Behavior / Situation It is quite common to need to have webpack bundle an app such that the index.html is in the **parent directory** which...
- [x] This is a **bugfix** - [ ] This is a **feature** - [ ] This is a **code refactor** - [ ] This is a **test update** -...
- [x] This is a **bug** - [ ] This is a **modification** request Hi guys! First of all, Thank you for that amazing job! You are really making the...
- [x] This is a **bugfix** - [ ] This is a **feature** - [ ] This is a **code refactor** - [ ] This is a **test update** -...
# Bug report **What is the current behavior?** When using webpack in development mode with either webpack-dev-server or webpack-serve a plugin may throw an error in the `done` hook. When...
### Feature Proposal New option `application: { type: "connect", options: ...options }` (default value is `express`) ### Feature Use Case > we need application: { type: "connect", options: ...options }...
- [x] This is a **bugfix** - [ ] This is a **feature** - [ ] This is a **code refactor** - [ ] This is a **test update** -...
### Bug report Recently, CI is flaky for windows and failing with the following error - ### Actual Behavior CI `Error: Process completed with exit code 1.` ### Expected Behavior...