-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
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
Build results in a blank screen #18
Comments
me too , i have blank page with in have try with default package.json still blank
|
Hello guys!
BTW my app ran perfectly the first time it was loaded, then if I reload the page I just saw a blank page I did the following and it works!!
and change the build script to:
With that changes my package.json was like this:
(I also deleted all my comments in JSX, because in the build folder one of the js files has to many errors related with JSX comments) Hope this can help someone, at least it works for me :D |
After cloning the repo, making the changes on .gitmodules told by @design-revision here and npm installing the dependencies the build results in a blank screen:
The console output for the build is:
the build folder has these files:
The generated index.html looks like this:
And the Chrome console output is empty. What is going on ? Am I doing something wrong ?
The text was updated successfully, but these errors were encountered: