html: reuse xterm instance on reconnect

This commit is contained in:
Shuanglei Tao
2020-03-07 15:09:26 +08:00
parent 5f25521209
commit 339889eadc
3 changed files with 2077 additions and 2050 deletions

View File

@@ -63,7 +63,6 @@ const baseConfig = {
performance : {
hints : false
},
devtool: 'source-map',
};
const devConfig = {
@@ -77,7 +76,8 @@ const devConfig = {
target: 'http://localhost:7681',
ws: true
}]
}
},
devtool: 'inline-source-map',
};
const prodConfig = {
@@ -96,7 +96,8 @@ const prodConfig = {
}
}),
]
}
},
devtool: 'source-map',
};