Releases: innocenzi/laravel-vite
Releases · innocenzi/laravel-vite
0.1.12
Added
Vite::redirectAssets()
convenience workaround (#125, documentation)ping_url
option (#125, documentation)
Changed
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
Added
- Arbitrary artisan commands when server starts (see documentation)
- This is a breaking change, you will need to update your configuration to add
vite:aliases
tocommands
if you were relying on this feature
- This is a breaking change, you will need to update your configuration to add
0.1.6
0.1.5
Fixed
vite:aliases
will now throw instead of overridingtsconfig.json
if it's malformatted (https://github.com/innocenzi/laravel-vite/issues/87)