* Chat should be displayed for waiting and ended lives
* Chat and chat buttons must be cleaned out of the dom on navigation
This commit is contained in:
John Livingston
2021-02-20 15:41:00 +01:00
parent db13377d81
commit b071489e5b
5 changed files with 97 additions and 50 deletions

View File

@ -3,6 +3,7 @@ const path = require("path")
const EsmWebpackPlugin = require("@purtuga/esm-webpack-plugin")
const clientFiles = [
'common-client-plugin.js',
'videowatch-client-plugin.js'
]