Angular ng build does not produce dist folder -
i frustrated in ran ng build not produce dist folder in project folder. have no problem other projects. strange compiler not give errors. please check project , tell reason? https://github.com/vugar005/report kind regards
i have seen repository, , think problem on ".angular-cli.json" file. on line 9 specify outdir "../mhs" , should produce result "../mhs" folder instead of "dist" folder.
as resolution problem, change outdir "../mhs" "dist".
hope works ! :) -mczal
Comments
Post a Comment