Skip to content

[3.x] Support more createInertiaApp() patterns in SSR transform#2929

Open
skryukov wants to merge 1 commit intoinertiajs:3.xfrom
skryukov:vite-plugin-ssr-transform-unwrap
Open

[3.x] Support more createInertiaApp() patterns in SSR transform#2929
skryukov wants to merge 1 commit intoinertiajs:3.xfrom
skryukov:vite-plugin-ssr-transform-unwrap

Conversation

@skryukov
Copy link
Contributor

@skryukov skryukov commented Mar 5, 2026

The Vite plugin SSR transform now correctly handles more createInertiaApp() patterns that were previously ignored:

void createInertiaApp({...})
createInertiaApp({...}).catch(console.error)
void createInertiaApp({...}).catch(console.error)

We still strip down everything.

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.

1 participant