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