diegomura/react-log

Project does not build on case-sensitive file systems

jdotpy opened this issue · 0 comments

src/parser/elements/*.js import baseElement.js with "import BaseElement from './BaseElement'"

The file is actually baseElement.js and imports won't work on case sensitive filesystems. I will submit a PR to fix.