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
When testing the exitHook inside the dev function, it does get triggered, so I'm afraid the watch function can't be run async and maybe should return a callback function instead closes everything correctly inside the dev function.
What version of Remix are you using?
1.4.3
Steps to Reproduce
remix dev
and change some files.public/build
.Expected Behavior
public/build
folder should be cleared on each build.Actual Behavior
Multiple files get generated inside
public/build
which make the folder bloated.See #3156 and #2425 for reports on this.
The text was updated successfully, but these errors were encountered: