create-react-app-multiple-entry-points icon indicating copy to clipboard operation
create-react-app-multiple-entry-points copied to clipboard

How to set different page public url ?

Open 23233 opened this issue 5 years ago • 0 comments

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 
    },

Thanks ~

23233 avatar Sep 03 '20 10:09 23233