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
During fable watch, any file adding/removing causes the clearing of all .js files within fable_modules resulting whole application failing. Only rerun helps.
Indeed, it looks like when Fable detect a change to the fsproj it cleans the fable_modules, then restore the fsproj/csproj and rebuild the fable_modules however without compiling the Fable dependencies back.
IHMO Fable, should not clean the fable_modules as a whole and instead remove only the dependencies that changed (removed, version changed, added) and keep the others in place.
Description
During
fable watch
, any file adding/removing causes the clearing of all.js
files withinfable_modules
resulting whole application failing. Only rerun helps.Repro code
fable watch ./src/{my-project} --outDir ./src/{my-project}/.fable-build
The video shows the problem:
fable_modules.mp4
Related information
4.6.0
Mac OS 14 Sonoma
The text was updated successfully, but these errors were encountered: