Don't log webpack config (#162973)

This commit is contained in:
Dario Gieselaar 2023-08-02 16:14:17 +02:00 committed by GitHub
parent 38b132e6cb
commit b37f9e22ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);