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
Copy file name to clipboardExpand all lines: UPGRADE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## `0.x` to `1.x`
4
4
5
-
This version adds support for Vite 5 while removing support for Vite 3 and 4.
5
+
This release adds support for Vite 5 and removes support for Vite 3 and 4.
6
6
7
7
### Notable Changes
8
8
@@ -19,7 +19,7 @@ The following command will update `laravel-vite-plugin` and `vite` only:
19
19
npm install vite@^5.0.0 laravel-vite-plugin@^1.x
20
20
```
21
21
22
-
You should also check the upgrading guide and changelogs for any packages you update. The [`vite` migrations guide](https://vitejs.dev/guide/migration.html) is available on their website.
22
+
You should also check the upgrade guide and changelogs for any packages you update. The [`vite` migrations guide](https://vitejs.dev/guide/migration.html) is available on their website.
23
23
24
24
2. Ensure your `package.json` contains `"type": "module"`.
25
25
@@ -29,7 +29,7 @@ Run the following command in your project's root directory or anywhere you have
29
29
npm pkg set type=module
30
30
```
31
31
32
-
You may also need to rename any `*.js` configuration files that contain CJS, which is the older-style node-flavoured`var plugin = require('plugin')` syntax, to `filename.cjs` after making this change.
32
+
You may also need to rename any `*.js` configuration files that contain CJS, which is the older-style Node-flavored`var plugin = require('plugin')` syntax, to `filename.cjs` after making this change.
0 commit comments