ueno-llc/starter-kit-universally

Wrong uppercase filename throw an error

jeremybarbet opened this issue · 4 comments

Reproduction steps:

  • Go to routes folder
  • Open about/index.js file.
  • Change import path to export default from './about';
  • Build is stopped and throw the error below.

screen shot 2017-03-16 at 13 16 41

osk commented

Issue with webpack, fixed via this PR but hasn't been released. Until then, don't import files that don't exist 😆

Yeah, I just wanted to be sure, the starter kit is universally good :D

osk commented

Fixed with webpack 2.3!

YEAH! 🙏🏻