Skip to content

Commit

Permalink
Don't log webpack config (#162973)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar authored Aug 2, 2023
1 parent 38b132e commit b37f9e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kbn-storybook/src/lib/run_storybook_cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b37f9e2

Please sign in to comment.