1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-5189] Reworking project structure to ensure we can better differentiate the inline menu feature from other features

This commit is contained in:
Cesar Gonzalez
2024-05-03 14:36:46 -05:00
parent 9b80020797
commit 9658f8a8df
4 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ const plugins = [
chunks: ["overlay/list"], chunks: ["overlay/list"],
}), }),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
template: "./src/autofill/overlay/inline-menu/pages/container/menu.html", template: "./src/autofill/overlay/inline-menu/pages/menu-container/menu-container.html",
filename: "overlay/menu.html", filename: "overlay/menu.html",
chunks: ["overlay/menu"], chunks: ["overlay/menu"],
}), }),
@@ -179,7 +179,7 @@ const mainConfig = {
"overlay/list": "overlay/list":
"./src/autofill/overlay/inline-menu/pages/list/bootstrap-autofill-inline-menu-list.ts", "./src/autofill/overlay/inline-menu/pages/list/bootstrap-autofill-inline-menu-list.ts",
"overlay/menu": "overlay/menu":
"./src/autofill/overlay/inline-menu/pages/container/bootstrap-autofill-inline-menu-container.ts", "./src/autofill/overlay/inline-menu/pages/menu-container/bootstrap-autofill-inline-menu-container.ts",
"encrypt-worker": "../../libs/common/src/platform/services/cryptography/encrypt.worker.ts", "encrypt-worker": "../../libs/common/src/platform/services/cryptography/encrypt.worker.ts",
"content/lp-fileless-importer": "./src/tools/content/lp-fileless-importer.ts", "content/lp-fileless-importer": "./src/tools/content/lp-fileless-importer.ts",
"content/send-on-installed-message": "./src/vault/content/send-on-installed-message.ts", "content/send-on-installed-message": "./src/vault/content/send-on-installed-message.ts",