Releases: laravel/vite-plugin
Releases · laravel/vite-plugin
v1.0.6
v1.0.5
- TypeScript: define entrypoints using object by @tylerlwsmith in #298
v1.0.4
- Include base in hotFile without modifying server.origin replacement by @danielztolnai in #296
v1.0.3
- Append base to hot file by @timacdonald in #290
- Support Laravel Herd for windows by @mozex in #293
v1.0.2
- [1.x] Fix HMR issue when
resources/lang
directory doesn't exist and a symlink is present in the root directory by @jessarcher in #285
v1.0.1
- [1.x] Simpler conditional by @Jubeki in #273
- [1.x] Account for imported CSS files while cleaning by @timacdonald in #275
- [1.x] Fix exit error messages by @timacdonald in #276
v1.0.0
- [1.0] Drop CJS build and export types first by @benmccann in #235
- [1.x] Introduce
clean-orphaned-assets
binary by @timacdonald in #251 - [0.8.x] Respect vite server.origin in viteDevServerUrl by @nurdism in #255
- [1.x] Vite 5 by @timacdonald in #269
- [0.8.x] Fallback pages by @timacdonald in #271
- [1.x] Auto detect Valet / Herd TLS certificates by @timacdonald in #180
v0.8.1
- [0.8] Fix issue with
0.0.0.0
network resolution by @timacdonald in #241 - Upgrade vitest by @sapphi-red in #246
v0.8.0
- fix: compile error following upgrade.md's vite to mix guide by @AshboDev in #231
- Support Laravel Herd by @claudiodekker in #233
v0.7.8
- Ensure 'node' has a fallback type when working with static import linters by @timacdonald in #227