Angular 6.0 firebase hosting deploy not working

前端 未结 9 1812
鱼传尺愫
鱼传尺愫 2020-11-29 06:21

I am looking for a tutorial on how to properly setup the firebase-tools hosting on my angular 6.0 projects, and what I found is always like this.



        
9条回答
  •  时光取名叫无心
    2020-11-29 06:58

    @bajran may have elborated all steps in detail but if you are migrating from angular 5 to 6, the only step that matters is, changing "public": "dist", to "public": "dist/your_project_name", in firebase.json

提交回复
热议问题