Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 23, 2024
1 parent ca9b160 commit 77a3ba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion lib/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
const plugin = require("../index");

module.exports = {
getHtmlWebpackPluginHooks: (compilation) => plugin.getCompilationHooks(compilation)
getHtmlWebpackPluginHooks: (compilation) =>
plugin.getCompilationHooks(compilation),
};

0 comments on commit 77a3ba3

Please sign in to comment.