'ng build'后如何更改angular-cli中的dist文件夹路径
问题描述:
我想将 angular-cli 与 asp.net core 一起使用,我需要知道如何更改 dist 文件夹
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
答
您可以更新 .angular-cli.json 中的输出文件夹:
You can update the output folder in .angular-cli.json:
"outDir": "./location/toYour/dist"