react-route,react-hot-loader.webpack (You cannot change ; it will be ignored)

后端 未结 7 1343
有刺的猬
有刺的猬 2021-02-13 13:16

it\'s my first project that use react,react-router,react-hot-loader,webpack-dev-server and webpack. when I chang

7条回答
  •  遇见更好的自我
    2021-02-13 13:35

    Try to use this configuration https://github.com/reactjs/react-router/issues/2704#issuecomment-170940448

      const routeConfig = [
      { path: '/:locale',
        component: App,
        indexRoute: { component: NewsCardsContainer },
        ...
      }
    ];
    return (
      
        
      
    )
    

提交回复
热议问题