UNPKG

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