preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 557 forks source link

Routing doesn't work when we request for a path in the browser address bar #207

Closed MehdiSaeedifar closed 7 years ago

MehdiSaeedifar commented 7 years ago

For example when you enter the address in the browser like http://localhost:8080/about, the page freeze on "loading.."..

allanharris commented 7 years ago
  1. duplicate
  2. it was already fixed in the latest commit
MehdiSaeedifar commented 7 years ago

No, it doesn't fixed in the latest commit.

MehdiSaeedifar commented 7 years ago

Yeah you are right, it's my fault. this bug origins from webpack-dev-server 2.1.0-beta.8

Foxandxss commented 7 years ago

In fact comes from beta 6. Team is working on a fix so I will bump to the new version when it comes.