Skip to content

Commit 77a3ba3

Browse files
style: fix
1 parent ca9b160 commit 77a3ba3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.husky/commit-msg

100644100755
File mode changed.

.husky/pre-commit

100644100755
File mode changed.

lib/hooks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
const plugin = require("../index");
33

44
module.exports = {
5-
getHtmlWebpackPluginHooks: (compilation) => plugin.getCompilationHooks(compilation)
5+
getHtmlWebpackPluginHooks: (compilation) =>
6+
plugin.getCompilationHooks(compilation),
67
};

0 commit comments

Comments
 (0)