Problems when using ttsc -w
Mairu opened this issue · 2 comments
Mairu commented
When using ttsc with the configured transformer in watch mode the initial build is successful. When changing a file that is imported using a transformed path, the file importing this file will be rebuild without changing import path.
I created a repository to reproduce this issue: https://github.com/Mairu/ts-transform-paths-watch-issue
Thanks for the transformer by the way.
zerkalica commented
Check 1.7.1
Mairu commented
Works! Thank you very much.