Skip to content

Commit

Permalink
Merge pull request #5151 from PerBothner/unicode-graphemes-webpack-fix
Browse files Browse the repository at this point in the history
Fix 'npm run package' in addon-unicode-graphemes
  • Loading branch information
Tyriar authored Sep 20, 2024
2 parents 08221f1 + 7cc9216 commit 4e9233d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/addon-unicode-graphemes/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = {
modules: ['./node_modules'],
extensions: [ '.js' ],
alias: {
common: path.resolve('../../out/common')
common: path.resolve('../../out/common'),
vs: path.resolve('../../out/vs')
}
},
output: {
Expand Down

0 comments on commit 4e9233d

Please sign in to comment.