hooks.js 191 B

1234567
  1. // TODO remove in the next major release
  2. const plugin = require("../index");
  3. module.exports = {
  4. getHtmlWebpackPluginHooks: (compilation) =>
  5. plugin.getCompilationHooks(compilation),
  6. };