anmonteiro / reason-graphql-fullstack

Fullstack Reason + GraphQL Todo List App
MIT License
245 stars 19 forks source link

Fix webpack bundle error #5

Closed naartjie closed 5 years ago

naartjie commented 5 years ago

Hi,

I got this error when trying to run yarn bundle:

ERROR in Entry module not found: Error: Can't resolve './lib/js/src/client/app.js' in <...>

I'm guessing it might be because my filesystem is case-sensitive?

anmonteiro commented 5 years ago

Thanks!