Releases: laravel/vite-plugin
Releases · laravel/vite-plugin
v0.7.2
v0.7.1
Fixed
- Fix node type issue by @timacdonald in #166
v0.7.0
Changed
- Respect user manifest config by @jessarcher in #150
- Support loading certificates from environment variables by @innocenzi in #151
Fixed
- Fix colors by @timacdonald in #154
v0.6.1
Changed
- Fail running HMR in known environments by @timacdonald in #128
- Do not inline small assets, by default by @timacdonald in #131
- Add
lang
directories to default refresh paths by @fabio-ivona in #135 - Add config option to utilise Valet TLS certificates by @timacdonald in #129
Fixed
- Ensure custom 404 page shows after server restarts by @timacdonald in #141
v0.6.0
Added
- Support customising hot file / build path by @timacdonald in #118
v0.5.4
v0.5.3
Fixed
- Support both string and integer based IP versions by @timacdonald in #108
v0.5.2
No major changes.
v0.5.1
Fixed
- Do not externalise inertia helpers by @timacdonald in #95
- Prevent console warning when Vite pings HMR by @jessarcher in #98
- Use HMR port when specified by @guilheb in #63
v0.5.0
Added
- Vite 3 support by @timacdonald in #77