This repo is to demonstrate an issue with webpack-dev-server routing requests to routes with dots in the url.
The underlying express app simply echoes the path in the response.
npm install
npm run start
- Navigate to
localhost:8080/.abcdefg
and observe that the route works fine. - Navigate to
localhost:8081/.abcdefg
(the webpack's proxy) and observe the response is an error