We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@NandoSangenetto thanks for catching that. i'll push out a fix for that soon.
Sorry, something went wrong.
In the meantime, if you comment out this line, it should work.
6db764f
@NandoSangenetto Fixed in latest master, thanks again for the report.
master
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: