mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-21 19:34:19 +01:00
html: reuse xterm instance on reconnect
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user