Skip to content

Commit 749435b

Browse files
authored
chore: add diagramming to webpack packages not to cache COMPASS-9709 (#7206)
1 parent d645f34 commit 749435b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/compass/webpack.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ module.exports = (_env, args) => {
5959

6060
const snapshot = {
6161
unmanagedPaths: [
62+
// Dependencies we would like to have able to be updated while
63+
// we are running Compass locally. This is useful for the `sync-to-compass`
64+
// scripts in these projects work.
6265
path.resolve('..', '..', 'node_modules', '@mongosh', 'browser-repl'),
66+
path.resolve('..', '..', 'node_modules', '@mongodb-js', 'diagramming'),
6367
],
6468
};
6569

0 commit comments

Comments
 (0)