create-react-app-multiple-entry-points
create-react-app-multiple-entry-points copied to clipboard
How to set different page public url ?
Now package.json homepage just one not more set ! I'm want just like :
{
"name": "index",
"title": "index",
"appHtml": "public/index.html",
"appIndexJs": "src/index",
"publicUrl":"/assert/index" <- add this line to set different publicUrl
},