mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Don't log webpack config (#162973)
This commit is contained in:
parent
38b132e6cb
commit
b37f9e22ae
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ export function runStorybookCli({ configDir, name }: { configDir: string; name:
|
|||
mode: flags.site ? 'static' : 'dev',
|
||||
port: 9001,
|
||||
staticDir,
|
||||
debugWebpack: true,
|
||||
};
|
||||
if (flags.site) {
|
||||
config.outputDir = join(constants.ASSET_DIR, name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue