Revert "fixed windows auto-reload error"

This reverts commit ea22621232.
This commit is contained in:
aNOOBis 2022-06-01 18:14:12 +03:00
parent ea22621232
commit 669cec4217
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}-page.html`),
template: resolve(__dirname, `../static/${name}.html`),
inject: false,
});
});