Skip to content

Commit e3bed1b

Browse files
committed
🎨 Format code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 393d8a5 commit e3bed1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/plugin.ts‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ export class CoreJSPlugin {
7575
"/* CoreJS polyfills */\n",
7676
bundle,
7777
"/* Real content */\n",
78-
source
78+
source,
7979
)
8080
}
8181
})
82-
}
82+
},
8383
)
8484
} else {
8585
compilation.hooks.optimizeChunkAssets.tapPromise(
@@ -95,12 +95,12 @@ export class CoreJSPlugin {
9595
"/* CoreJS polyfills */\n",
9696
bundle,
9797
"/* Real content */\n",
98-
compilation.assets[file]
98+
compilation.assets[file],
9999
)
100100
}
101101
})
102102
})
103-
}
103+
},
104104
)
105105
}
106106
})

0 commit comments

Comments
 (0)