PackageOutputType
Home > @backstage/cli-node
> PackageOutputType
The type of output that a package can produce.
Signature:
export type PackageOutputType = 'bundle' | 'types' | 'esm' | 'cjs';
Home > @backstage/cli-node
> PackageOutputType
The type of output that a package can produce.
Signature:
export type PackageOutputType = 'bundle' | 'types' | 'esm' | 'cjs';