mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 09:03:28 +00:00
Pin open at 8.4.2 instead
This commit is contained in:
@@ -108,22 +108,7 @@ module.exports.buildConfig = function buildConfig(params) {
|
||||
externals: [
|
||||
nodeExternals({
|
||||
modulesDir: params.externalsModulesDir,
|
||||
allowlist: [
|
||||
/@bitwarden/,
|
||||
// Bundle 'open' and its dependencies to avoid pnpm symlink issues with pkg
|
||||
/^open$/,
|
||||
/^wsl-utils$/,
|
||||
/^powershell-utils$/,
|
||||
/^define-lazy-prop$/,
|
||||
/^default-browser$/,
|
||||
/^default-browser-id$/,
|
||||
/^bundle-name$/,
|
||||
/^run-applescript$/,
|
||||
/^is-inside-container$/,
|
||||
/^is-in-ssh$/,
|
||||
/^is-docker$/,
|
||||
/^is-wsl$/,
|
||||
],
|
||||
allowlist: [/@bitwarden/],
|
||||
}),
|
||||
],
|
||||
experiments: {
|
||||
|
||||
Reference in New Issue
Block a user