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/.
### Bug report ### Actual Behavior Overlay by thrown error at initial load is closed immediately. https://github.com/webpack/webpack-dev-server/assets/48552260/5f8184b4-60d5-4fc3-ba2c-c1cbb715cada #### With debugger mode https://github.com/webpack/webpack-dev-server/assets/48552260/deda2386-87e2-4965-a6ef-a5a60134b527 ### Expected Behavior Overlay by thrown error at...
### Feature Proposal Since node `18.17.1` updated `OpenSSL 3.0.10`, `quic` is already available, can `dev-server` support it. ### Feature Use Case want to have faster web page opening speed in...
## Feature request **What is the expected behavior?** Is it possible to access DevServer instances from the Webpack plug-in somehow? I want to send custom events from server to client....
### Bug report The network IPv6 address printed on my machine is `http://[fe80::1]:9684/` but that works neither on the same host nor over the network. ### Actual Behavior This is...
### Feature Proposal I work in a large monorepo, so when I launch the Webpack dev server, the localhost URL is unpredictable. Different apps may use different ports. Webpack helpfully...
### Feature Proposal I recommend migrating to Fastify rather than using Express. The performance impact will be 7x (according to fastify readme), and I think it would be a lot...
### Final Report GSoC 2024 - Student Name: [Mahdi Khashan](https://github.com/mahdikhashan) - Organization: [Webpack](https://github.com/webpack) - Mentors: @snitin315 @alexander-akait @evenstensberg - Project: [webpack-dev-server end to end tests refactor](https://summerofcode.withgoogle.com/programs/2024/projects/vvPVCqzQ) --- #### Project The...
### Feature Proposal `webpack-plugin-serve` supported two built-in visual progress indicators ([full](https://github.com/shellscape/webpack-plugin-serve/blob/b19fce1db5f881af603879b8bb9c555c16ae394f/lib/client/overlays/progress.js) and [minimal](https://github.com/shellscape/webpack-plugin-serve/blob/b19fce1db5f881af603879b8bb9c555c16ae394f/lib/client/overlays/progress-minimal.js)). At the moment `webpack-dev-server` only supports `console` based progress. It would be great if `webpack-dev-server` provided visual...
### Bug report I have a custom plugin that emits CSS modules `compilation.hooks.processAssets`, and these are derived from source code processed by Webpack. The loader returns a JS object containing...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.7.0 to 22.8.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.8.0 22.8.0 (2024-05-06) Features webdriver: support page.setUserAgent for WebDriver BiDi (#12330) (1f99e66) webdriver: support ARIA selectors (#12315)...