Skip to content

Commit cffa93f

Browse files
Merge pull request stephencookdev#71 from stephencookdev/feature/prettier
Prettier
2 parents 70edb12 + c3299ed commit cffa93f

File tree

3 files changed

+10227
-9038
lines changed

3 files changed

+10227
-9038
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)