1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

Enable the angular check (#15210)

Enables the angular check introduced by #15168.
This commit is contained in:
Oscar Hinton
2025-08-26 17:27:41 +02:00
committed by GitHub
parent 684299f054
commit 492e2b8d06

View File

@@ -392,7 +392,7 @@ if (manifestVersion == 2) {
cache: true,
},
dependencies: ["main"],
plugins: [...requiredPlugins /*new AngularCheckPlugin()*/], // TODO (PM-22630): Re-enable this plugin when angular is removed from the background script.
plugins: [...requiredPlugins, new AngularCheckPlugin()],
};
// Safari's desktop build process requires a background.html and vendor.js file to exist