Plugins: fix for unstable/internal paths (#102854)

* Plugins: fix for unstable/internal paths

* Chore: fix missing path in CODEOWNERS

* Chore: fix missing path in CODEOWNERS

* Trigger build
This commit is contained in:
Hugo Häggmark
2025-03-26 11:52:34 +01:00
committed by GitHub
parent f7aa17f2e4
commit 13ceec112e
@@ -67,9 +67,9 @@ const config = async (env: Record<string, unknown>): Promise<Configuration> => {
'react-router',
'd3',
'angular',
'@grafana/ui',
'@grafana/runtime',
'@grafana/data',
/^@grafana\/ui/i,
/^@grafana\/runtime/i,
/^@grafana\/data/i,
// Mark legacy SDK imports as external if their name starts with the "grafana/" prefix
({ request }, callback) => {