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
Describe the solution you'd like
RSW should parse the crate's Cargo.toml for dependencies that are local (have path attribute) and also watch subdirectories.
Describe alternatives you've considered
No alternatives :)
Additional context
I am working on fixing this for my own workflow, can make a PR if you are interested.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now when I have a create that depends on some other crate
rsw does not watch for file changes in dependent files. Only watches the original crate (https://github.com/lencx/vite-plugin-rsw/blob/main/src/compiler.ts#L164)
Describe the solution you'd like
RSW should parse the
crate
'sCargo.toml
for dependencies that are local (have path attribute) and also watch subdirectories.Describe alternatives you've considered
No alternatives :)
Additional context
I am working on fixing this for my own workflow, can make a PR if you are interested.
The text was updated successfully, but these errors were encountered: