fixed copying as HTML - fixes #8092, fixes #8091

This commit is contained in:
Eugene Pankov
2023-03-19 10:41:31 +01:00
parent beb7c614bc
commit 2e72774548
3 changed files with 1 additions and 61 deletions

View File

@@ -18,6 +18,5 @@ export default () => {
},
],
})
cfg.resolve.modules.push('node_modules/xterm/src')
return cfg
}