fix review comment

This commit is contained in:
Quan HL
2023-10-09 06:25:34 +07:00
parent 5913d6a641
commit ad2c0dd98b
8 changed files with 34 additions and 32 deletions

View File

@@ -184,7 +184,7 @@ function getHtmlPlugins(chunks) {
return chunks.map(
(chunk) =>
new HTMLPlugin({
title: "Webrtc Chrome Extension",
title: "Jambonz Webrtc Client",
filename: `${chunk}.html`,
chunks: [chunk],
})