Add serialize addon to web

This commit is contained in:
Daniel Imms
2023-11-08 11:14:36 -08:00
parent 239ba4dbef
commit ccff5bd116
3 changed files with 8 additions and 2 deletions

View File

@@ -11,13 +11,13 @@ const moduleNames = [
'@xterm/addon-canvas',
'@xterm/addon-image',
'@xterm/addon-search',
'@xterm/addon-serialize',
'@xterm/addon-unicode11',
'@xterm/addon-webgl',
];
const backendOnlyModuleNames = [
'@xterm/headless',
'@xterm/addon-serialize'
'@xterm/headless'
];
const vscodeDir = process.argv.length >= 3 ? process.argv[2] : process.cwd();