HMR is not triggered when changing type definition in TypeScript, bug or some configugration is missing? #7239
Unanswered
mkosmala1984
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have simple Types.ts file that only exports types. When in dev mode I change Color type (add a new one or edit existing) then HMR is not compiling and fork-ts-checker-webpack-plugin does not execute.
https://github.com/mkosmala1984/rspack-hmr-typescript/blob/main/src/Types.tsx
rspack.mp4
Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions