React Router v4 nested routes not work with webpack-dev-server

后端 未结 5 1250
感情败类
感情败类 2021-01-13 06:50

I try to setup nested routes for my react app like this

  • / -> Home Page
  • /about -> About Page
  • /protected
5条回答
  •  Happy的楠姐
    2021-01-13 07:11

    Try adding:

    to the tag of your index.html. This way it'll always look for /main.js bundle, even for nested routes.

提交回复
热议问题