Skip to content

Commit

Permalink
Add summaryOnly to analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Feb 21, 2020
1 parent f1e4591 commit eb4961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/input/getInputPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function getPlugins({ presets, IS_SILENT, BUILD_FORMAT, BABEL_ENV }) {
];

if (!IS_SILENT) {
plugins.push(analyze());
plugins.push(analyze({ summaryOnly: true }));
}

if (BUILD_FORMAT === UMD) {
Expand Down

0 comments on commit eb4961a

Please sign in to comment.