Fixed reloading of browser when developing

This commit is contained in:
2025-09-20 18:45:49 +02:00
parent 03e2361798
commit 2658d688ca
5 changed files with 1271 additions and 691 deletions

View File

@@ -23,6 +23,7 @@ export class StartPagePlugin implements IPluginBuilder {
${links.join("")}
`;
htmlTemplate = htmlTemplate.replace("{{content}}", html);
console.log("Generating index", this.options.indexTemplatePath);
writeTextAsFile(
`${builderContext.outputDirectory}/index.html`,
htmlTemplate