We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f9fa3 commit 7cc9216Copy full SHA for 7cc9216
addons/addon-unicode-graphemes/webpack.config.js
@@ -25,7 +25,8 @@ module.exports = {
25
modules: ['./node_modules'],
26
extensions: [ '.js' ],
27
alias: {
28
- common: path.resolve('../../out/common')
+ common: path.resolve('../../out/common'),
29
+ vs: path.resolve('../../out/vs')
30
}
31
},
32
output: {
0 commit comments