Angular 6.0 firebase hosting deploy not working

前端 未结 9 1819
鱼传尺愫
鱼传尺愫 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:54

    There's one more issue that can lead to this very same page. When we init the project by using the

    firebase init

    command and following the procedure, it by default overwrites the index.html file. So, if already built(to get the dist/_Project_Folder) the index.html file is overwritten. Built it again after

    firebase init 
    ng build --prod
    

提交回复
热议问题