Skip to content

Commit

Permalink
docs: fix typo (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogesh-gohil committed Apr 28, 2023
1 parent 41661c3 commit ccfa641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This guide is a rough migration guide to move from Innocenzi's vite integration

LP = Legacy Plugin, aka `innocenzi/laravel-vite`

1. Remote `innocenzi/laravel-vite` from your `composer.json` and run `composer update`
1. Remove `innocenzi/laravel-vite` from your `composer.json` and run `composer update`
2. Run `yarn remove laravel-vite` and then `yarn add laravel-vite-plugin` to swap to the official plugin
3. Under the plugins section in your `vite.config.ts`, create a new laravel plugin instance and port your LP settings over.
- Swap the old import to the new one `import laravel from 'laravel-vite-plugin'`
Expand Down

0 comments on commit ccfa641

Please sign in to comment.