1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 13:13:22 +00:00

Remove webpack-node-externals and use asarUnpack (#1221)

This commit is contained in:
Oscar Hinton
2022-01-12 11:32:02 +01:00
committed by GitHub
parent 23a7072341
commit f6f0bd2bfb
5 changed files with 10 additions and 2173 deletions

View File

@@ -72,6 +72,9 @@
"app": "build"
},
"afterSign": "scripts/after-sign.js",
"asarUnpack": [
"*.node"
],
"mac": {
"electronUpdaterCompatibility": ">=0.0.1",
"category": "public.app-category.productivity",
@@ -179,10 +182,7 @@
"mas": {
"entitlements": "resources/entitlements.mas.plist",
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
"hardenedRuntime": false,
"asarUnpack": [
"node_modules/keytar"
]
"hardenedRuntime": false
},
"nsisWeb": {
"oneClick": false,
@@ -281,8 +281,7 @@
"typescript": "4.3.5",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@angular/animations": "^12.2.13",