Reload when .properties files are updated
This commit is contained in:
parent
5203813e7b
commit
a5ba03cca0
@ -623,9 +623,13 @@ export async function command(params: {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
.on("all", async (...[, filePath]) => {
|
.on("all", async (...[, filePath]) => {
|
||||||
ignore_conditions: {
|
ignore_path_covered_by_hmr: {
|
||||||
if (filePath.endsWith(".properties")) {
|
if (filePath.endsWith(".properties")) {
|
||||||
break ignore_conditions;
|
break ignore_path_covered_by_hmr;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!doStartDevServer) {
|
||||||
|
break ignore_path_covered_by_hmr;
|
||||||
}
|
}
|
||||||
|
|
||||||
ignore_account_spa: {
|
ignore_account_spa: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user