Bud build does not clear public folder

Hello

I noticed that when I run yarn bud build, I’ve still got a ton of “hot-update” files in the public folder.

Is this expected behaviour? Or should bud build clear the public folder on each run. I’m on 5.7.6

Cheers

You can clear your public folder with the --clean flag. You can also clear it with the yarn bud clean command.

It will still fill up with hot-update artifacts during dev. But the next session will remove those files.

3 Likes