We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95957a3 commit ccf8568Copy full SHA for ccf8568
1 file changed
index.js
@@ -35,8 +35,8 @@ function applyWebpackOptions(custom, config) {
35
)
36
},
37
excludeFiles: config.options.excludeFiles,
38
- excludeRegex: /bundle_stats\.(html|json)$/,
39
- keepOutputDirectory: config.options.generateStatsFiles
+ excludeRegex: /bundle_stats\.(html|json)$/,
+ keepOutputDirectory: config.options.generateStatsFiles
40
};
41
}
42
0 commit comments