From bce28c5eb9768941c9aeac6126a39616d7dff1b4 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 22 Oct 2020 13:39:40 +0200 Subject: [PATCH] Output index file should be in root of dist folder. --- config/vinlottis.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/vinlottis.config.js b/config/vinlottis.config.js index 2fd4d84..38e4010 100644 --- a/config/vinlottis.config.js +++ b/config/vinlottis.config.js @@ -11,7 +11,7 @@ const VinlottisConfig = { minimizer: [ new HtmlWebpackPlugin({ chunks: ["vinlottis"], - filename: "../index.html", + filename: "index.html", template: "./src/templates/Create.html", inject: true, minify: {