Dev config should also use create template.

This commit is contained in:
2020-03-10 00:21:45 +01:00
parent 3cf3151677
commit d04164280f

View File

@@ -45,7 +45,7 @@ webpackConfig = merge(webpackConfig, {
},
plugins: [
new HtmlPlugin({
template: "src/templates/Index.html",
template: "src/templates/Create.html",
chunksSortMode: "dependency"
})
]