mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 22:33:57 +08:00
Fix webpack config (#3178)
This commit is contained in:
parent
275b7cf3fa
commit
11740a5399
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ const BASE_CONFIG = {
|
|||
new HtmlWebpackPlugin({
|
||||
filename: "./index.html",
|
||||
template: resolve(__dirname, "../static/main.html"),
|
||||
inject: "false",
|
||||
inject: "body",
|
||||
}),
|
||||
...htmlWebpackPlugins,
|
||||
new MiniCssExtractPlugin({
|
||||
|
|
Loading…
Reference in a new issue