Skip to content

Commit 02035c2

Browse files
committed
fixup: check & compile
1 parent 8bd93e5 commit 02035c2

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

configs/webpack-config-compass/.depcheckrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ ignores:
1616
- 'babel-plugin-istanbul'
1717
# recursive
1818
- 'mongodb-compass'
19-
# used as a resolve alias
20-
- 'jose'

configs/webpack-config-compass/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ const sharedResolveOptions = (
8383
// Additionally `ampersand-sync` brings into the bundle a number of other dependencies
8484
// that are outdated and having known vulnerabilities.
8585
'ampersand-sync': false,
86-
// `jose` provides a browser export that uses webcrypto APIs and returns
87-
// webcrypto objects to represent keys, but openid-client requires
88-
// KeyObject instances from the Node.js crypto API (https://tinyurl.com/2rrtu2hy).
89-
// Manually resolve `jose` to use the Node.js export here.
90-
jose: require.resolve('jose'),
9186

9287
// Leafygreen tries to include all the server-side emotion stuff in the
9388
// client bundle, this requires packaging a ton of otherwise unneccessary

packages/data-service/src/connect-mongo-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import type {
88
import {
99
createSocks5Tunnel,
1010
hookLogger as hookProxyLogger,
11-
createAgent,
1211
} from '@mongodb-js/devtools-proxy-support';
1312
import type {
1413
DevtoolsProxyOptions,

0 commit comments

Comments
 (0)