Issue
In Angular CLI, how I can change the path of the dist
folder?
Solution
You can update the output folder in .angular-cli.json:
"outDir": "./location/toYour/dist"
Answered By - shaun bradridge
In Angular CLI, how I can change the path of the dist
folder?
You can update the output folder in .angular-cli.json:
"outDir": "./location/toYour/dist"
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.