Fixed refresh problem of video... during change tabpage...

This commit is contained in:
Paolo Arena
2019-12-28 17:47:27 +01:00
parent 5d32378df8
commit ae5770f79b
6 changed files with 554 additions and 390 deletions

View File

@@ -158,7 +158,7 @@ module.exports = function (ctx) {
},
devServer: {
https: false,
port: 8084,
port: 8085,
open: false // opens browser window automatically
},
// framework: 'all' --- includes everything; for dev only!