mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 19:38:24 +08:00
Revert "fixed windows auto-reload error"
This reverts commit ea22621232
.
This commit is contained in:
parent
ea22621232
commit
669cec4217
6 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue