Releases: innocenzi/laravel-vite
Releases · innocenzi/laravel-vite
0.1.2
0.1.1: feat: add `vite_asset` helper (#44)
0.1.0
Added
- Support PHP 7.4 (#21)
- Fallback to using manifest if the development server is not running (#34)
- Support specifying files in the
entrypoint
configuration (#35) - Support filtering files in the configuration (#35)
- Support React refresh runtime (#40)
Fixed
- Generate
module
scripts in production (42d3c95) - Support using entrypoints by name in production (#36)
- Generate correct entrypoints when building for production (#37)
Note: don't forget to update the laravel-vite
plugin as well.
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Fixed
- Allow local development without manifest (#3)
Added
- Automatic entrypoints, inspired by Vite Rails (#3)
- Import aliases, inspired by Vite Rails (#3)
- Helper functions (#3)