Skip to content

Commit

Permalink
Fix #247. ignore optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Aug 22, 2018
1 parent b518e0f commit d4a7925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ const extension = {
},
externals: {
'vscode': 'commonjs vscode',
'utf-8-validate': 'utf-8-validate',
'bufferutil': 'bufferutil',
'encoding': 'encoding'
},
};

Expand Down

0 comments on commit d4a7925

Please sign in to comment.