mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:51:06 +08:00
not needed since it's always true or an error has been thrown before
This commit is contained in:
parent
e187e79b93
commit
8d34762fbc
@ -10,10 +10,7 @@ import {
|
||||
export function webpackFinal(config: Configuration) {
|
||||
const cwd = process.cwd() as Path;
|
||||
const cliWebpackConfigOptions = getAngularCliWebpackConfigOptions(cwd);
|
||||
|
||||
if (cliWebpackConfigOptions) {
|
||||
logger.info('=> Loading angular-cli config.');
|
||||
}
|
||||
logger.info('=> Loading angular-cli config.');
|
||||
|
||||
return applyAngularCliWebpackConfig(config, cliWebpackConfigOptions);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user