angular cli will remove the target of the soft symbolic hardly in the dist dir #15183
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: ....angular cli 1.6.8 is fine
Description
A clear and concise description of the problem...In my case, I need to create a symbolic pointing to the source code of my project, angular cli will remove the target dir of the soft symbolic hardly in the dist dir instead of just remove the soft symbolic itself when is use
ng build
command.🔬 Minimal Reproduction
run the following commands
the last command should be failure everytime, and print the following error
And, if I remove the symbolic
output/source
before theng build
command, everything goes fine again.🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: