Reload when .properties files are updated

This commit is contained in:
Joseph Garrone 2024-12-21 19:02:13 +01:00
parent 5203813e7b
commit a5ba03cca0

View File

@ -623,9 +623,13 @@ export async function command(params: {
}
)
.on("all", async (...[, filePath]) => {
ignore_conditions: {
ignore_path_covered_by_hmr: {
if (filePath.endsWith(".properties")) {
break ignore_conditions;
break ignore_path_covered_by_hmr;
}
if (!doStartDevServer) {
break ignore_path_covered_by_hmr;
}
ignore_account_spa: {