windows webpack error fix (#2923)

* index.html => main.html for windows users to avoid webpack error

* uploading example

Co-authored-by: Jack <jack@monkeytype.com>
This commit is contained in:
aNOOBis 2022-05-03 18:08:58 +03:00 committed by GitHub
parent 0415be5d2d
commit 2faf097307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -106,7 +106,7 @@ const BASE_CONFIG = {
}),
new HtmlWebpackPlugin({
filename: "./index.html",
template: resolve(__dirname, "../static/index.html"),
template: resolve(__dirname, "../static/main.html"),
inject: "body",
}),
...htmlWebpackPlugins,