Skip to content

Commit

Permalink
kerberos aliased webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Jan 17, 2024
1 parent 1b3046a commit cddf450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ module.exports = (env, argv) => {
// Removes `electron`: is an optional dependency of `oidc-plugin`, but also installed as dev-dep,
// webpack would bring it inside the bundle otherwise.
electron: false,

// We don't currently support kerberos in our extension.
kerberos: false,
},
},

Expand Down

0 comments on commit cddf450

Please sign in to comment.