Skip to content

fix(bundled-dev): refresh after editing inline scripts in html entries - #23194

Open
btea wants to merge 1 commit into
vitejs:mainfrom
btea:fix/bundled-dev-html-inline-script-refresh
Open

fix(bundled-dev): refresh after editing inline scripts in html entries#23194
btea wants to merge 1 commit into
vitejs:mainfrom
btea:fix/bundled-dev-html-inline-script-refresh

Conversation

@btea

@btea btea commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

fix #23179
Editing an inline script in an html entry was invisible to the dev engine, so no reload happened and even a manual reload served stale content until the server was restarted.

For classic inline scripts the updated html itself only reaches the dev output once rolldown includes re-emitted assets with changed content in rebuild output (rolldown/rolldown#10637). The e2e test for that case is skipped under bundledDev until the fix is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stale refresh when editing script in html file with bundledDev

1 participant