1
0
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:
Anders Åberg
2025-12-16 10:46:21 +01:00
parent 1d46284a01
commit cb619ddb84
3 changed files with 4 additions and 19 deletions

View File

@@ -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: {