This commit is contained in:
Steve Faulkner
2020-12-28 20:55:44 -06:00
parent ac2d645fda
commit 5f5d9176af
5 changed files with 38 additions and 16 deletions

View File

@@ -132,8 +132,8 @@ module.exports = function(env = {}, argv = {}) {
}),
new HtmlWebpackPlugin({
filename: "index.html",
template: "src/index.html",
chunks: ["index"]
template: "src/hostedExplorer.html",
chunks: ["hostedExplorer"]
}),
new HtmlWebpackPlugin({
filename: "hostedExplorer.html",