We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5be3a7 commit cf909a9Copy full SHA for cf909a9
app/angular/src/server/angular-cli_utils.ts
@@ -66,7 +66,7 @@ export function getAngularCliParts(cliWebpackConfigOptions: any) {
66
};
67
} catch (e) {
68
logger.warn(
69
- 'Failed to load the Angular CLI config. Using the Storybook default config instead.'
+ 'Failed to load the Angular CLI config. Using Storybook\'s default config instead.'
70
);
71
logger.warn(e);
72
return null;
0 commit comments