Add vs resolve to addons

This commit is contained in:
Daniel Imms
2024-07-14 08:47:03 -07:00
parent 10b97f4856
commit 68e0eb714d
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ module.exports = {
extensions: [ '.js' ],
alias: {
common: path.resolve('../../out/common'),
browser: path.resolve('../../out/browser')
browser: path.resolve('../../out/browser'),
vs: path.resolve('./out/vs')
}
},
output: {
+2 -1
View File
@@ -25,7 +25,8 @@ module.exports = {
modules: ['./node_modules'],
extensions: [ '.js' ],
alias: {
common: path.resolve('../../out/common')
common: path.resolve('../../out/common'),
vs: path.resolve('./out/vs')
}
},
output: {
+2 -1
View File
@@ -26,7 +26,8 @@ module.exports = {
extensions: [ '.js' ],
alias: {
common: path.resolve('../../out/common'),
browser: path.resolve('../../out/browser')
browser: path.resolve('../../out/browser'),
vs: path.resolve('./out/vs')
}
},
output: {