mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-09 21:06:37 +08:00
fixed windows auto-reload error
This commit is contained in:
parent
0216f10e05
commit
ea22621232
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}.html`),
|
||||
template: resolve(__dirname, `../static/${name}-page.html`),
|
||||
inject: false,
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue