From 492e2b8d06ac45ca92d1da7139905e74348db643 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 26 Aug 2025 17:27:41 +0200 Subject: [PATCH] Enable the angular check (#15210) Enables the angular check introduced by #15168. --- apps/browser/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/webpack.config.js b/apps/browser/webpack.config.js index 551225231f7..e62f90354d2 100644 --- a/apps/browser/webpack.config.js +++ b/apps/browser/webpack.config.js @@ -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