Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

after build react return blank page

Specify 'homepage' on package.json as
"homepage": "."
Do the build again

In case it doesn't work,
if you're using react-router and trying to open index.html directly in 
the browser (or using electron, which essentially does that), in addition 
to setting homepage as others have suggested, replace your BrowserRouter 
with a HashRouter
 
PREVIOUS NEXT
Tagged: #build #react #return #blank #page
ADD COMMENT
Topic
Name
3+8 =