mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 23:44:19 +08:00
Revert "Revert "fixed windows auto-reload error""
This reverts commit 669cec4217.
This commit is contained in:
parent
669cec4217
commit
d90352633c
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