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:
1616 - 'babel-plugin-istanbul'
1717 # recursive
1818 - '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 = (
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
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import type {
88import {
99 createSocks5Tunnel ,
1010 hookLogger as hookProxyLogger ,
11- createAgent ,
1211} from '@mongodb-js/devtools-proxy-support' ;
1312import type {
1413 DevtoolsProxyOptions ,
You can’t perform that action at this time.
0 commit comments