Refactor/everything #11

Merged
KevinMidboe merged 21 commits from refactor/everything into master 2020-03-10 09:23:31 +00:00
Showing only changes of commit d04164280f - Show all commits

View File

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