Open harryge00 opened 8 years ago
https://github.com/arcseldon/react-babel-webpack-starter-app/blob/master/src/routes.jsx#L8 cannot run npm run build, may be the name should be homePage?
npm run build
ERROR in ./routes.jsx Module not found: Error: Cannot resolve 'file' or 'directory' ./components/HomePage in /..../react-babel-webpack-starter-app/src @ ./routes.jsx 24:26-58
had the same issue, yes name should be "homePage" after correcting, works like a charm. thanx, Carr.
https://github.com/arcseldon/react-babel-webpack-starter-app/blob/master/src/routes.jsx#L8 cannot run
npm run build
, may be the name should be homePage?ERROR in ./routes.jsx Module not found: Error: Cannot resolve 'file' or 'directory' ./components/HomePage in /..../react-babel-webpack-starter-app/src @ ./routes.jsx 24:26-58