1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 18:13:26 +00:00
This commit is contained in:
Daniel Riera
2025-06-02 11:24:47 -04:00
committed by GitHub
parent 4c3c1969b5
commit 37e13050a5
8 changed files with 5 additions and 59 deletions

View File

@@ -324,8 +324,6 @@ if (manifestVersion == 2) {
// Manifest V2 background pages can be run through the regular build pipeline.
// Since it's a standard webpage.
mainConfig.entry.background = "./src/platform/background.ts";
mainConfig.entry["content/fido2-page-script-append-mv2"] =
"./src/autofill/fido2/content/fido2-page-script-append.mv2.ts";
mainConfig.entry["content/fido2-page-script-delay-append-mv2"] =
"./src/autofill/fido2/content/fido2-page-script-delay-append.mv2.ts";