Single template & analytics.js script reference.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -45,8 +45,7 @@ webpackConfig = merge(webpackConfig, {
|
||||
},
|
||||
plugins: [
|
||||
new HtmlPlugin({
|
||||
template: "src/templates/Create.html",
|
||||
chunksSortMode: "dependency"
|
||||
template: "src/templates/Index.html"
|
||||
})
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user