Misc updates and better logging.

This commit is contained in:
2020-12-06 20:48:39 +01:00
parent 2fa0c1085c
commit 9e7be82f57
4 changed files with 18 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ let webpackConfig = merge(commonConfig(true), {
webpackConfig = merge(webpackConfig, {
plugins: [
new HtmlPlugin({
new HtmlWebpackPlugin({
template: "src/templates/Index.html"
})
]