how to change the dist-folder path in angular-cli after 'ng build'

后端 未结 10 560
无人及你
无人及你 2020-12-07 11:27

I would like to use angular-cli with asp.net core and I need to know how I can change the path of the dist folder

10条回答
  •  时光取名叫无心
    2020-12-07 11:57

    Beware: The correct answer is below. This no longer works

    Create a file called .ember-cli in your project, and include in it these contents:

    {
       "output-path": "./location/to/your/dist/"
    }
    

提交回复
热议问题