Skip to content

Commit c3299ed

Browse files
Fix up some prettier code formatting
1 parent d1126b7 commit c3299ed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ module.exports = class SpeedMeasurePlugin {
4949
});
5050

5151
if (config.optimization && config.optimization.minimizer) {
52-
config.optimization.minimizer = config.optimization.minimizer.map(plugin => {
53-
return new WrappedPlugin(plugin, plugin.constructor.name, this);
54-
});
52+
config.optimization.minimizer = config.optimization.minimizer.map(
53+
plugin => {
54+
return new WrappedPlugin(plugin, plugin.constructor.name, this);
55+
}
56+
);
5557
}
5658

5759
if (config.module && this.options.granularLoaderData) {

0 commit comments

Comments
 (0)