Releases: laravel/vite-plugin
Releases · laravel/vite-plugin
v0.2.3
Added
- Update resolvePageComponent helper to work with both glob and glogEager by @Esirei in #11
- Update UPGRADE.md by @driesvints in #26
Fixed
- Use Vite's envDir option if specified by @hailwood in #22
- Respect server.host variable in hot file by @jessarcher in #25
v0.2.2
Fixed
- Fix manifest CSS paths on Windows by @jessarcher in #20
Changed
- remove ziggy alias by @timacdonald in #21
v0.2.1
Fixed
- Display errors on exit by @jessarcher in #17
- Prevent SSR build from externalizing Inertia helpers by @jessarcher in #18
v0.2.0
Changed
- Remove default entry point by @jessarcher in #14
Fixed
- Fix manifest handling in SSR mode by @jessarcher in #13
v0.1.3
Added
- Update test case by @webfansplz in #10
- Add CSS entrypoints to the manifest by @jessarcher in #9
- Add a default CSS entrypoint by @jessarcher in #12
v0.1.0
Added
- Add CI by @jessarcher in #1
- Add default files by @driesvints in #3
- Add Inertia Helpers by @jessarcher in #4
- Include default aliases by @jessarcher in #5
- Provide default entrypoints by @jessarcher in #6
- Add support for running inside a Sail container by @jessarcher in #7