File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ This serves two purposes:
3333 - Added method ` Asset::exists() ` has to check if a media file exists.
3434 - Added a ` Hyde::assets() ` method to get all media file instances in the site.
3535- Added new ` npm run build ` command for compiling frontend assets with Vite
36+ - Added Vite HMR support for the realtime compiler in https://github.com/hydephp/develop/pull/2016
3637
3738### Changed
3839
@@ -131,6 +132,7 @@ This serves two purposes:
131132#### Realtime Compiler
132133
133134- Simplified the asset file locator to only serve files from the media source directory in https://github.com/hydephp/develop/pull/2012
135+ - Added Vite HMR support in https://github.com/hydephp/develop/pull/2016
134136
135137### Upgrade Guide
136138
You can’t perform that action at this time.
0 commit comments