mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:41: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) {
|
export function webpackFinal(config: Configuration) {
|
||||||
const cwd = process.cwd() as Path;
|
const cwd = process.cwd() as Path;
|
||||||
const cliWebpackConfigOptions = getAngularCliWebpackConfigOptions(cwd);
|
const cliWebpackConfigOptions = getAngularCliWebpackConfigOptions(cwd);
|
||||||
|
logger.info('=> Loading angular-cli config.');
|
||||||
if (cliWebpackConfigOptions) {
|
|
||||||
logger.info('=> Loading angular-cli config.');
|
|
||||||
}
|
|
||||||
|
|
||||||
return applyAngularCliWebpackConfig(config, cliWebpackConfigOptions);
|
return applyAngularCliWebpackConfig(config, cliWebpackConfigOptions);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user