LoginSignup
8
3

More than 5 years have passed since last update.

react-routerでcannot GET

Posted at

localhost:3000/xxx とかを直接叩くとcannot GET /xxx と出る

※ webpack使ってます。
react-routerのバージョンはおそらく関係ないと思いますが、v4.xです
webpack.config.js に以下の通り追加すればいいです。

devServer: {
    historyApiFallback: true,
}

以上です。

8
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
3