rnx-kit icon indicating copy to clipboard operation
rnx-kit copied to clipboard

Bundle sever should react to changes in any in-repo dependency

Open afoxman opened this issue 2 years ago • 1 comments

When a metro server is running, it should react to changes in any dependent package in the repo, not just the app package.

Make sure that typescript validation is happening on these dependencies -- specifically, on the source .ts[x] files.

Originally posted by @afoxman in https://github.com/microsoft/rnx-kit/issues/173#issuecomment-829501383

afoxman avatar Jul 30 '21 21:07 afoxman

I think the babel path remapper we have will make this possible.

afoxman avatar Jun 01 '22 00:06 afoxman

Metro should already be watching everything, particularly because it can only resolve files that are being watched.

tido64 avatar Jul 21 '23 14:07 tido64