Releases: laravel/vite-plugin
Releases Β· laravel/vite-plugin
v0.7.7
- Expose base types by @timacdonald in #220
- Add a DOCTYPE by @matijs in #215
v0.7.6
- Polyfill import.meta.url for CJS builds by @timacdonald in #217
v0.7.5
- Build MJS and CJS versions of the plugin by @timacdonald in #189
v0.7.4
Added
- Provide hook to access dev url while transforming by @timacdonald in #195
v0.7.3
Changed
- Update package.json to use vite 4 compatible vite-plugin-full-reload by @iquad in #186
- Respects users base config option by @timacdonald in #188
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