File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
configs/webpack-config-compass
packages/data-service/src Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,3 @@ ignores:
16
16
- 'babel-plugin-istanbul'
17
17
# recursive
18
18
- 'mongodb-compass'
19
- # used as a resolve alias
20
- - 'jose'
Original file line number Diff line number Diff line change @@ -83,11 +83,6 @@ const sharedResolveOptions = (
83
83
// Additionally `ampersand-sync` brings into the bundle a number of other dependencies
84
84
// that are outdated and having known vulnerabilities.
85
85
'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' ) ,
91
86
92
87
// Leafygreen tries to include all the server-side emotion stuff in the
93
88
// client bundle, this requires packaging a ton of otherwise unneccessary
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import type {
8
8
import {
9
9
createSocks5Tunnel ,
10
10
hookLogger as hookProxyLogger ,
11
- createAgent ,
12
11
} from '@mongodb-js/devtools-proxy-support' ;
13
12
import type {
14
13
DevtoolsProxyOptions ,
You can’t perform that action at this time.
0 commit comments