diff --git a/lib/hooks.js b/lib/hooks.js new file mode 100644 index 00000000..667e2290 --- /dev/null +++ b/lib/hooks.js @@ -0,0 +1,6 @@ +// TODO remove in the next major release +const plugin = require("../index"); + +module.exports = { + getHtmlWebpackPluginHooks: (compilation) => plugin.getCompilationHooks(compilation) +};