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