Revert "Revert "fixed windows auto-reload error""

This reverts commit 669cec4217.
This commit is contained in:
aNOOBis 2022-06-01 18:15:02 +03:00
parent 669cec4217
commit d90352633c
6 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ const htmlWebpackPlugins = [
].map((name) => {
return new HtmlWebpackPlugin({
filename: `${name}.html`,
template: resolve(__dirname, `../static/${name}.html`),
template: resolve(__dirname, `../static/${name}-page.html`),
inject: false,
});
});