Add centralized known plugin package exports and update imports
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
5f0daba1d5
commit
11060e329a
@@ -30,7 +30,7 @@ import {
|
||||
extname,
|
||||
} from 'node:path';
|
||||
import { targetPaths } from '@backstage/cli-common';
|
||||
import { knownBackendPluginPackageNameByPluginId } from '../../../../lib/knownPluginPackages';
|
||||
import { knownBackendPluginPackageNameByPluginId } from '@backstage/cli-common';
|
||||
|
||||
const SCRIPT_EXTS = ['.js', '.jsx', '.ts', '.tsx', '.json'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user