Output index file should be in root of dist folder.

This commit is contained in:
2020-10-22 13:39:40 +02:00
parent 794a2b06e4
commit bce28c5eb9

View File

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