📄 hooks.js
/home/palash/git/site/node_modules/html-webpack-plugin/lib/hooks.js
Language: js • Lines: 7
// TODO remove in the next major release
const plugin = require("../index");

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