1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[EC-661] Add web worker code bundles to Safari browser extension (#3986)

* Make browser bundle encrypt-worker.ts into a single named file

* Add encrypt-worker bundle to xcode proj
This commit is contained in:
Thomas Rittson
2022-11-08 11:15:12 +10:00
committed by GitHub
parent 22a6957162
commit da542c84f2
3 changed files with 10 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ const config = {
"content/contextMenuHandler": "./src/content/contextMenuHandler.ts",
"content/message_handler": "./src/content/message_handler.ts",
"notification/bar": "./src/notification/bar.js",
"encrypt-worker": "../../libs/common/src/services/cryptography/encrypt.worker.ts",
},
optimization: {
minimize: ENV !== "development",