Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(client): use get instead of head requests
Apparently, webpack-dev-server does not handle HEAD requests, see "Note for webpack-dev-server users" at: https://github.com/bahmutov/start-server-and-test/blob/master/README.md For some reason this hasn't been a problem until now when a dependency update bumped webpack-dev-middleware from 7.2.1 to 7.3.0, the regression described in this issue might be real: webpack/webpack-dev-middleware#1920
- Loading branch information