combine / universal-react-redux

🧐 A sensible universal starter kit for React + Redux
110 stars 18 forks source link

react-loadable.json not found #48

Closed NandoSangenetto closed 6 years ago

NandoSangenetto commented 6 years ago

I installed the project and when I run npm run prod:build I received this error: Module not found: Error: Can't resolve '../../react-loadable.json'

This file does not exists and only is created after the build, which fails.

calvinl commented 6 years ago

@nandosangenetto thanks for catching that. i'll push out a fix for that soon.

calvinl commented 6 years ago

In the meantime, if you comment out this line, it should work.

calvinl commented 6 years ago

@nandosangenetto Fixed in latest master, thanks again for the report.