You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried testing the reproduction from the original issue. It works with 7.3.0 (the version this one tested against), so that tells me this is not a regression, but a new issue I guess?
ferm10n
changed the title
Regression: Type changes to symlinked module files in a monorepo are not updated after the initial launch
Changes to monorepo packages are not updated after the initial launch
Jan 16, 2023
Current behavior
Changes to ts or d.ts files are not detected after launching webpack dev server
(regression of #557)Expected behavior
Changes to types should be updated dynamically across package boundaries in a monorepo.
Steps to reproduce the issue
examples/ts-loader-monorepo
doyarn dev
examples/ts-loader-monorepo/packages/util/src/index.ts
, changingProbablyANumber
tonumber
orstring
Issue reproduction repository
live in browser env: https://stackblitz.com/edit/ferm10n-fork-ts-checker-webpack-plugin-dftrye?file=examples%2Fts-loader-monorepo%2Fpackages%2Fmain%2Fsrc%2Findex.ts
Or, for cloning locally: https://github.com/ferm10n/fork-ts-checker-webpack-plugin
(It's reproducible in both environments)
Environment
The text was updated successfully, but these errors were encountered: