From bd207e5419444a11f37ea8fe025b200685ab0d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Thu, 11 Sep 2025 07:37:47 +0200 Subject: [PATCH] Chore: Removes angular from externals (#110855) Chore: removes angular from externals --- packages/grafana-plugin-configs/webpack.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/grafana-plugin-configs/webpack.config.ts b/packages/grafana-plugin-configs/webpack.config.ts index d241442595e..7cc76782449 100644 --- a/packages/grafana-plugin-configs/webpack.config.ts +++ b/packages/grafana-plugin-configs/webpack.config.ts @@ -89,7 +89,6 @@ const config = async (env: Env): Promise => { 'rxjs/operators', 'react-router', 'd3', - 'angular', /^@grafana\/ui/i, /^@grafana\/runtime/i, /^@grafana\/data/i,