Home > @microsoft/webpack-stats-report > getAppName
Returns the app name from webpack bundle stats filepath
Signature:
export declare function getAppName(filePath: string): string;
Parameter | Type | Description |
---|---|---|
filePath | string | path to webpack bundle stats file |
Returns:
string