@netlify/build
Version:
Netlify build module
19 lines (18 loc) • 459 B
TypeScript
import { PackageJson } from 'read-package-up';
export declare const getPluginsOptions: any;
/**
* Retrieve information about @netlify/build when an error happens there and not
* in a plugin
*/
export declare const getSpawnInfo: () => {
plugin: {
packageName: string;
pluginPackageJson: PackageJson;
};
location: {
event: "load";
packageName: string;
loadedFrom: "core";
origin: "core";
};
};