Skip to content

Commit

Permalink
feat: deprecate redirectAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Sep 27, 2021
1 parent eb85fa9 commit ce51a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Vite.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public static function withManifest(): void
/**
* Adds a fallback route to redirect asset requests to Vite's development server.
* @see https://laravel-vite.innocenzi.dev/guide/troubleshooting.html#imported-assets-don-t-load-in-the-local-environment
*
* @deprecated Since Vite 2.6-beta.3, this is no longer needed. https://github.com/vitejs/vite/pull/5104
*/
public static function redirectAssets(): void
{
Expand Down

0 comments on commit ce51a62

Please # to comment.