Skip to content

Commit 4e9233d

Browse files
authored
Merge pull request #5151 from PerBothner/unicode-graphemes-webpack-fix
Fix 'npm run package' in addon-unicode-graphemes
2 parents 08221f1 + 7cc9216 commit 4e9233d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons/addon-unicode-graphemes/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module.exports = {
2525
modules: ['./node_modules'],
2626
extensions: [ '.js' ],
2727
alias: {
28-
common: path.resolve('../../out/common')
28+
common: path.resolve('../../out/common'),
29+
vs: path.resolve('../../out/vs')
2930
}
3031
},
3132
output: {

0 commit comments

Comments
 (0)