mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add vs alias to headless webpack config
This commit is contained in:
@@ -31,7 +31,8 @@ const config = {
|
||||
extensions: [ '.js' ],
|
||||
alias: {
|
||||
common: path.resolve('./out/common'),
|
||||
headless: path.resolve('./out/headless')
|
||||
headless: path.resolve('./out/headless'),
|
||||
vs: path.resolve('./out/vs')
|
||||
}
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user