Allow setting default stream tab

This commit is contained in:
Chi Vinh Le
2017-07-20 02:16:19 +07:00
parent 673f0cd232
commit baa4808364
3 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -109,7 +109,8 @@ const config = {
}),
new webpack.EnvironmentPlugin({
'TALK_PLUGINS_JSON': '{}',
'TALK_THREADING_LEVEL': '3'
'TALK_THREADING_LEVEL': '3',
'TALK_DEFAULT_STEAM_TAB': 'all',
})
],
resolveLoader: {