yewstack / yew-wasm-pack-template

A template for starting a Yew project to be used with wasm-pack
https://todomvc.yew.rs/
Apache License 2.0
118 stars 41 forks source link

Enable historyApiFallback for webpack devServer config #32

Open ModPhoenix opened 3 years ago

ModPhoenix commented 3 years ago

It is very confusing when you try to use yew-router on this template and it doesn’t work by default config.

nextuponstream commented 2 years ago

This PR solved my problem with yew router using this template. I was getting errors "cannot GET /secure" when I did not connect to the home page "/".

Here's an example of the fix: https://github.com/nextuponstream/mre-yew-router-404