Skip to content

Commit 72619c7

Browse files
authored
chore(webpack): remove diagramming library from the bundle VSCODE-725 (#1210)
1 parent d4089da commit 72619c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ module.exports = (env, argv) => {
4343

4444
'hadron-ipc': false,
4545

46+
// We don't use the diagramming library from compass-components and it's a large dep.
47+
'@mongodb-js/diagramming': false,
48+
4649
// We don't currently support kerberos in our extension.
4750
kerberos: false,
4851

0 commit comments

Comments
 (0)