Releases: innocenzi/laravel-vite
Releases · innocenzi/laravel-vite
v0.2.0-beta.15
Features
- update default port to
5173
(b349c99)
v0.2.0-beta.14
Bug Fixes
- vite: invert dev server conditional (32c5dd1)
v0.2.0-beta.13
Bug Fixes
Features
- vite: adapt console output to Vite 3's (52d61a2)
v0.2.0-beta.12
Bug Fixes
- require
facade/ignition-contracts
(#258) (a193ef9)
- plugin: prevent artisan mocking in userland (ff51605)
Features
v0.2.0-beta.11
Features
- add
canAccessAssets
method (b94dcb4)
- make
Vite
and Configuration
macroable (35efb23)
v0.2.0-beta.10
Features
- add
getEntryUrl
and vite_entry_url
(8f3ef9b)
- chunk: expose asset url (e772739)
v0.2.0-beta.9
Bug Fixes
- vite: use app URL to infer certificate domain (2ed157a), closes #223
v0.2.0-beta.8
Bug Fixes
- vite: prevent crashes by catching reload handler errors (ff18d7d)
Features
- do not update tsconfig in production by default (281bc87)
- support multiple css file extensions in development (#213) (1de0d72)
v0.2.0-beta.7
Bug Fixes
- vite: respect reload watch options (980ba55)
- vite: update manifest plugin name (af10a47)
Features
- vite: export options type (75a6b97)
- vite: print console diagnostics (c78c1d5)
- throw when getting a tag for a non-existing entrypoint (8db9189)
v0.2.0-beta.6
Features
- vite: add
watch
options (a16bde0)
- vite: log config info when Vite starts (d2e15d5)