ng-packagr / ng-packagr

Compile and package Angular libraries in Angular Package Format (APF)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack no longer picks up change from linked library.

jyounce-aim opened this issue · comments

Type of Issue

[x] Bug Report

Description

Webpack no longer picks up change from linked library.
This occurred after upgrading ng-packagr to 17.1.0 from 17.0.3.
I tracked it down to this commit (the culprit): 1225a24

Can you please put back this webpack specific code, it is very much needed for our setup.

How To Reproduce

Upgrade ng-packagr to 17.1.0 from 17.0.3

Expected Behaviour

Webpack should pick up the change from link library and refresh the application in the browser.

Version Information

$ node_modules/.bin/ng-packagr --version
ng-packagr:            17.1.1
@angular/compiler:     17.1.0
typescript:            5.3.3
node:                  20.11.0
npm:                   10.2.4
os:                    macOS, 13.3, 22E252

I just installed v17.1.2 and it does fix the issue.
Thank you for the quick turn around getting this fix into a release.

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

This action has been performed automatically by a bot.