Add vs alias to headless webpack config

This commit is contained in:
Daniel Imms
2024-07-14 08:34:26 -07:00
parent 26c73b8ead
commit 10b97f4856
+2 -1
View File
@@ -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: {