Skip to content

Commit 7cc9216

Browse files
committed
Fix 'npm run package' in addon-unicode-graphemes
1 parent 44f9fa3 commit 7cc9216

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)