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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user