Changes since 24.0.0.alpha16
New features
-
Use Vite dev server for Hilla projects by default
Commit · Pull request
-
Move dev-bundle to src/main
Commit · Pull requestMove
dev-bundle
from project root tosrc/main/dev-bundle
-
Add hotdeploy option
Commit · Pull requestAdd the possibility to enable frontend hotdeploy using plugin configuration. Closes #15765
Fixes
-
File separator used should be the same
Commit · Pull requestWhen comparing file names, the used file separator should be the same on all OS:es
-
Make Flow compatible with ASM versions older than 9
Commit · Pull request