mhaagens / react-mobx-react-router4-boilerplate

React, React-Router 4, MobX and Webpack 2-boilerplate with async routes.
560 stars 137 forks source link

Fixed a bug causing the build to crash. #38

Closed theLastOfCats closed 7 years ago

theLastOfCats commented 7 years ago

Fixed build errors, throwing due to wrong naming of Subpage.js and due to wrong import path in TopBar.js. Also resolve #36.

ERROR in ./src/components/App.js Module not found: Error: Can't resolve './SubPage' in '/home/thelastofcats/Projects/react-mobx-react-router4-boilerplate/src/components

ERROR in ./src/components/TopNav.js Module not found: Error: Can't resolve './ui/Activelink' in '/home/thelastofcats/Projects/react-mobx-react-router4-boilerplate/src/components'