Resolve vs in image addon

This commit is contained in:
Daniel Imms
2024-07-14 16:25:01 -07:00
parent 93adffa819
commit 8a2a7ac6db
+2 -1
View File
@@ -26,7 +26,8 @@ const addon = {
extensions: [ '.js' ],
alias: {
common: path.resolve('../../out/common'),
browser: path.resolve('../../out/browser')
browser: path.resolve('../../out/browser'),
vs: path.resolve('../../out/vs')
}
},
output: {