fixed windows auto-reload error

This commit is contained in:
aNOOBis 2022-05-31 15:26:09 +03:00
parent 0216f10e05
commit ea22621232
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,
});
});