I'm getting: ``` [plugin:react-router:route-exports] Identifier 'loader' has already been declared. ``` When I import `loader` from a separate file and then re-export it. Example: https://github.com/rmichalak/react-router-devtools-bug This is the commit that breaks `npm run dev`: https://github.com/rmichalak/react-router-devtools-bug/commit/ac44beddea9dcfc437ed7f7d1c6919c72c79e109 When you revert it, everything works.