Closed NandoSangenetto closed 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'
npm run prod:build
Module not found: Error: Can't resolve '../../react-loadable.json'
This file does not exists and only is created after the build, which fails.
@nandosangenetto thanks for catching that. i'll push out a fix for that soon.
In the meantime, if you comment out this line, it should work.
@nandosangenetto Fixed in latest master, thanks again for the report.
master
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.