diff --git a/config/vinlottis.config.js b/config/vinlottis.config.js index 1f62ca7..2af4fa9 100644 --- a/config/vinlottis.config.js +++ b/config/vinlottis.config.js @@ -12,7 +12,7 @@ const VinlottisConfig = { new HtmlWebpackPlugin({ chunks: ["vinlottis"], filename: "index.html", - template: "./src/templates/Create.html", + template: "./src/templates/Index.html", inject: true, minify: { removeComments: true, diff --git a/config/webpack.config.dev.js b/config/webpack.config.dev.js index 4b7358c..562469e 100644 --- a/config/webpack.config.dev.js +++ b/config/webpack.config.dev.js @@ -45,8 +45,7 @@ webpackConfig = merge(webpackConfig, { }, plugins: [ new HtmlPlugin({ - template: "src/templates/Create.html", - chunksSortMode: "dependency" + template: "src/templates/Index.html" }) ] }); diff --git a/src/templates/Create.html b/src/templates/Create.html deleted file mode 100644 index 2a3fdc0..0000000 --- a/src/templates/Create.html +++ /dev/null @@ -1,72 +0,0 @@ - - -
- -