Renamed /src to /frontend.

This commit is contained in:
2020-12-06 21:48:21 +01:00
parent 913268b01c
commit ce7e05fd43
57 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ const webpackConfig = merge(commonConfig(false), {
new HtmlWebpackPlugin({
chunks: ["vinlottis"],
filename: "index.html",
template: "./src/templates/Index.html",
template: "./frontend/templates/Index.html",
inject: true,
minify: {
removeComments: true,