Merge pull request #604 from OrkoHunter/OrkoHunter/remove-verbose-webpack-progress-logging
Disable Verbose logging when building Storybook
This commit is contained in:
@@ -39,6 +39,10 @@ module.exports = {
|
||||
},
|
||||
);
|
||||
config.resolve.extensions.push('.ts', '.tsx');
|
||||
|
||||
// Disable ProgressPlugin which logs verbose webpack build progress. Warnings and Errors are still logged.
|
||||
config.plugins = config.plugins.filter(({ constructor }) => constructor.name !== "ProgressPlugin")
|
||||
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user