-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrading to angular v13 causes webpack-dev-server to ignore translation string changes #22751
Comments
This seems to be an issue with webpack-dev-server or copy-webpack-plugin where when assets are updated live-reload is not triggered. |
Can you please provide the output of |
Sure. See below.
|
Opened an upstream issue webpack-contrib/copy-webpack-plugin#674 |
@alan-agius4 any update about this issue? |
Unfortunately, it was not yet fixed upstream. See: webpack-contrib/copy-webpack-plugin#674 |
Same issue. Any fix/workaround available? |
@Mylogin-info, this is an upstream issue with isn't actionable from our end. Please subscribe to webpack-contrib/copy-webpack-plugin#674 |
Closing as this is not actionable from our end. Please continue watching this webpack-dev-server issue. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
After upgrading to Angular v13,
webpack-dev-server
started ignoring translation string changes and therefore does not reload the page as it does when eg. a component template is changed. This feature worked inAngular v12.2.13
.Dependencies (
package.json
):angular.json:
Sample translations file (
en-US.json
):Before the change:
After the change:
Log after the change:
Issue is similar to the one described here:
https://stackoverflow.com/questions/71143761/angular-13-webpack-dev-server-dont-reload-application-after-change-transloco-n
The text was updated successfully, but these errors were encountered: