Fix webpack config (#3178)

This commit is contained in:
Bruce Berrios 2022-06-21 10:36:09 -04:00 committed by GitHub
parent 275b7cf3fa
commit 11740a5399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({