You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `reporter` option for custom logs ([#91](https://github.com/webpack/webpack-dev-middleware/pull/91)).
4
+
- Add `serverSideRender` option to help support server-side rendering ([#118](https://github.com/webpack/webpack-dev-middleware/pull/118)).
5
+
- Set `statusCode` to 200 for served files ([#94](https://github.com/webpack/webpack-dev-middleware/pull/94)).
6
+
- Fix `waitUntilValid` callback always being called immediately when using MultiCompiler ([#100](https://github.com/webpack/webpack-dev-middleware/pull/100)).
7
+
- Fix range support not working ([#116](https://github.com/webpack/webpack-dev-middleware/pull/116)).
8
+
- Only use middleware for GET requests ([#96](https://github.com/webpack/webpack-dev-middleware/pull/96)).
0 commit comments