Resolve vs imports in webpacked bundle

This commit is contained in:
Daniel Imms
2024-07-10 06:29:05 -07:00
parent 1dada9f256
commit c3c787eaa7
+2 -1
View File
@@ -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: {