Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions configs/webpack-config-compass/.depcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ ignores:
- 'babel-plugin-istanbul'
# recursive
- 'mongodb-compass'
# used as a resolve alias
- 'jose'
5 changes: 0 additions & 5 deletions configs/webpack-config-compass/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ const sharedResolveOptions = (
// Additionally `ampersand-sync` brings into the bundle a number of other dependencies
// that are outdated and having known vulnerabilities.
'ampersand-sync': false,
// `jose` provides a browser export that uses webcrypto APIs and returns
// webcrypto objects to represent keys, but openid-client requires
// KeyObject instances from the Node.js crypto API (https://tinyurl.com/2rrtu2hy).
// Manually resolve `jose` to use the Node.js export here.
jose: require.resolve('jose'),

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