Files
powerpoint-toolbox/node_modules/html-webpack-plugin/lib/hooks.js
T
2025-03-07 19:22:02 +01:00

8 lines
191 B
JavaScript

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