Skip to content

fix(@angular-devkit/build-angular): watch symbolic links - #23900

Merged
dgp1130 merged 1 commit into
angular:mainfrom
alan-agius4:watch-symlink
Sep 14, 2022
Merged

fix(@angular-devkit/build-angular): watch symbolic links#23900
dgp1130 merged 1 commit into
angular:mainfrom
alan-agius4:watch-symlink

Conversation

@alan-agius4

@alan-agius4 alan-agius4 commented Sep 12, 2022

Copy link
Copy Markdown
Collaborator

This commit addresses an issue which caused symbolic links not to be watched properly.

Closes #23896

@alan-agius4 alan-agius4 added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Sep 12, 2022
@alan-agius4
alan-agius4 requested a review from clydin September 12, 2022 11:24
@alan-agius4
alan-agius4 marked this pull request as ready for review September 12, 2022 12:59
Comment thread packages/angular_devkit/build_angular/src/webpack/configs/common.ts
Comment thread packages/angular_devkit/build_angular/src/webpack/configs/common.ts Outdated
This commit addresses an issue which caused symbolic links not to be watched properly.

Closes angular#15100
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 14, 2022
@dgp1130
dgp1130 merged commit 2021e66 into angular:main Sep 14, 2022
@alan-agius4
alan-agius4 deleted the watch-symlink branch September 14, 2022 17:44
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Oct 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Angular Build --watch caches initial version of files in a symlinked folder. Subsequent changes are not reflected until full rebuild

3 participants