Primož Hadalin

Results 1 comments of Primož Hadalin

For me, the problem was how I started the webserver. I'm using [`start-server-and-test`](https://github.com/bahmutov/start-server-and-test) and had to change `start-server http://localhost:8080` to `start-server http-get://localhost:8080` (see [Note for webpack-dev-server users](https://github.com/bahmutov/start-server-and-test#note-for-webpack-dev-server-users)).