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
Edit src/game/scenes/MainMenu.ts (or any other TypeScript file in src/) and save - the changes are correctly reflected in the browser.
Make a second change and save again.
Expected Behavior
Rollup's watch mode should detect subsequent changes and rebuild the affected files every time a save is triggered, reflecting those updates in the output.
Actual Behavior
After the first successful rebuild, subsequent file changes do not trigger any further recompilation. The dev server remains running, but updated code is not reflected.