Skip to content

Commit e0c0630

Browse files
committed
Add Inertia version to upgrade guide
1 parent f34b866 commit e0c0630

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

UPGRADE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@ Vite only supports ES modules, so if you are upgrading an existing application y
9999

100100
#### Inertia
101101

102-
Inertia makes use of a `require()` call that is more complex to replicate with Vite.
102+
Ensure you have updated to at least version `0.6.3` of the `inertia-laravel` package:
103+
104+
```sh
105+
composer require inertiajs/inertia-laravel:^0.6.3
106+
```
107+
108+
Additionally, Inertia makes use of a `require()` call that is more complex to replicate with Vite.
103109

104110
The following function can be used instead:
105111

0 commit comments

Comments
 (0)