Skip to content

Commit 74ccae7

Browse files
authored
Formatting
1 parent 09a23dc commit 74ccae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ function plugins() {
277277
if (GENERATE_STATS_FILES) {
278278
plugins.push(
279279
new BundleAnalyzerPlugin({
280-
analyzerMode: "static",
281-
reportFilename: "bundle_stats.html",
282280
openAnalyzer: false,
281+
analyzerMode: "static",
282+
generateStatsFile: true,
283283
statsFilename: "bundle_stats.json",
284-
generateStatsFile: true
284+
reportFilename: "bundle_stats.html",
285285
})
286286
);
287287
}

0 commit comments

Comments
 (0)