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